Html Css Color HEX #367212 Bilbao

📋 copy color: '#367212'

red 54 ◦ green 114 ◦ blue 18

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

Shades of Bilbao #367212

Tints of Bilbao #367212

RGB

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

 GREEN value IS 114 (44.92% from 255) = 61.29%

 BLUE value IS 18 (7.42% from 255) = 9.68%

R = 29.03%
G = 61.29%
B = 9.68%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#367212 (or 0x367212) is known color: Bilbao. HEX triplet: 36, 72 and 12. RGB value is (54,114,18). Sum of RGB (Red+Green+Blue) = 54+114+18=186 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.03% from 186); Green value is 114 (44.92% from 255 or 61.29% from 186); Blue value is 18 (7.42% from 255 or 9.68% from 186); Max value from RGB is 114 - color contains mainly: green. Hex color #367212 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367212 is #C98DED. Grayscale: #555555. Windows color (decimal): -13209070 or 1208886. OLE color: 1208886.

HSL color Cylindrical-coordinate representation of color #367212: hue angle of 97.5º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #367212 is Cyan = 0.53, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 114 18 -
CMYK 0.53 0 0.84 0.55
HSL 97.5º 0.73% 0.26% -
HSV(B) 97.5º 0.84% 0.45% -
XYZ 7.65 12.86 2.65 -
YUV 85.12 90.12 105.81 -
System Red Green Blue C M Y K H S L
Decimal 54 114 18 0.53 0 0.84 0.55 97.5 0.73 0.26
Hex 36 72 12 35 0 54 37 62 49 1A
Octal 66 162 22 65 0 124 67 142 111 32
Binary 110110 1110010 10010 110101 0 1010100 110111 1100010 1001001 11010

Color Harmonies of #367212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367212

Black with #367212

Text Example


Text Example

White with #367212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367212; }

 p { color: rgb(54,114,18); }

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

background-color css

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

 a { background-color: rgb(54,114,18); }

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

border-color css

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

 span { border-color: rgb(54,114,18); }

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