Html Css Color HEX #368520 Bilbao

📋 copy color: '#368520'

red 54 ◦ green 133 ◦ blue 32

#368520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #368520

Tints of Bilbao #368520

RGB

 RED value IS 54 (21.48% from 255) = 24.66%

 GREEN value IS 133 (52.34% from 255) = 60.73%

 BLUE value IS 32 (12.89% from 255) = 14.61%

R = 24.66%
G = 60.73%
B = 14.61%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.76

 K value IS 0.48

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#368520 (or 0x368520) is known color: Bilbao. HEX triplet: 36, 85 and 20. RGB value is (54,133,32). Sum of RGB (Red+Green+Blue) = 54+133+32=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 133 (52.34% from 255 or 60.73% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 133 - color contains mainly: green. Hex color #368520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #368520 is #C97ADF. Grayscale: #626262. Windows color (decimal): -13204192 or 2131254. OLE color: 2131254.

HSL color Cylindrical-coordinate representation of color #368520: hue angle of 106.93º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #368520 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 133 32 -
CMYK 0.59 0 0.76 0.48
HSL 106.93º 0.61% 0.32% -
HSV(B) 106.93º 0.76% 0.52% -
XYZ 10.17 17.66 4.24 -
YUV 97.87 90.83 96.71 -
System Red Green Blue C M Y K H S L
Decimal 54 133 32 0.59 0 0.76 0.48 106.93 0.61 0.32
Hex 36 85 20 3B 0 4C 30 6B 3D 20
Octal 66 205 40 73 0 114 60 153 75 40
Binary 110110 10000101 100000 111011 0 1001100 110000 1101011 111101 100000

Color Harmonies of #368520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368520

Black with #368520

Text Example


Text Example

White with #368520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368520; }

 p { color: rgb(54,133,32); }

 H1.HeaderClassName
 {
   color: #368520;
 }
 .AnyTagClassName
 {
   color: #368520;
 }
</style>

background-color css

<style>
 a { background-color: #368520; }

 a { background-color: rgb(54,133,32); }

 div.DivClassName
 {
   background-color: #368520;
 }
 .BgClassName
 {
   background-color: #368520;
 }
</style>

border-color css

<style>
 span { border-color: #368520; }

 span { border-color: rgb(54,133,32); }

 td.TdClassName
 {
   border-color: #368520;
 }
 .TagClassName
 {
   border-color: #368520;
 }
</style>