Html Css Color HEX #367512 Bilbao

📋 copy color: '#367512'

red 54 ◦ green 117 ◦ blue 18

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

Shades of Bilbao #367512

Tints of Bilbao #367512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 61.9%

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

R = 28.57%
G = 61.9%
B = 9.52%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#367512 (or 0x367512) is known color: Bilbao. HEX triplet: 36, 75 and 12. RGB value is (54,117,18). Sum of RGB (Red+Green+Blue) = 54+117+18=189 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.57% from 189); Green value is 117 (46.09% from 255 or 61.90% from 189); Blue value is 18 (7.42% from 255 or 9.52% from 189); Max value from RGB is 117 - color contains mainly: green. Hex color #367512 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367512 is #C98AED. Grayscale: #575757. Windows color (decimal): -13208302 or 1209654. OLE color: 1209654.

HSL color Cylindrical-coordinate representation of color #367512: hue angle of 98.18º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #367512 is Cyan = 0.54, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 54 117 18 -
CMYK 0.54 0 0.85 0.54
HSL 98.18º 0.73% 0.26% -
HSV(B) 98.18º 0.85% 0.46% -
XYZ 7.99 13.55 2.77 -
YUV 86.88 89.13 104.55 -
System Red Green Blue C M Y K H S L
Decimal 54 117 18 0.54 0 0.85 0.54 98.18 0.73 0.26
Hex 36 75 12 36 0 55 36 62 49 1A
Octal 66 165 22 66 0 125 66 142 111 32
Binary 110110 1110101 10010 110110 0 1010101 110110 1100010 1001001 11010

Color Harmonies of #367512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367512

Black with #367512

Text Example


Text Example

White with #367512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367512; }

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

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

background-color css

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

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

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

border-color css

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

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

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