Html Css Color HEX #367004 Bilbao

📋 copy color: '#367004'

red 54 ◦ green 112 ◦ blue 4

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

Shades of Bilbao #367004

Tints of Bilbao #367004

RGB

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

 GREEN value IS 112 (44.14% from 255) = 65.88%

 BLUE value IS 4 (1.95% from 255) = 2.35%

R = 31.76%
G = 65.88%
B = 2.35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#367004 (or 0x367004) is known color: Bilbao. HEX triplet: 36, 70 and 04. RGB value is (54,112,4). Sum of RGB (Red+Green+Blue) = 54+112+4=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 112 (44.14% from 255 or 65.88% from 170); Blue value is 4 (1.95% from 255 or 2.35% from 170); Max value from RGB is 112 - color contains mainly: green. Hex color #367004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #367004 is #C98FFB. Grayscale: #525252. Windows color (decimal): -13209596 or 290870. OLE color: 290870.

HSL color Cylindrical-coordinate representation of color #367004: hue angle of 92.22º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #367004 is Cyan = 0.52, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 112 4 -
CMYK 0.52 0 0.96 0.56
HSL 92.22º 0.93% 0.23% -
HSV(B) 92.22º 0.96% 0.44% -
XYZ 7.34 12.38 2.12 -
YUV 82.35 83.78 107.78 -
System Red Green Blue C M Y K H S L
Decimal 54 112 4 0.52 0 0.96 0.56 92.22 0.93 0.23
Hex 36 70 4 34 0 60 38 5C 5D 17
Octal 66 160 4 64 0 140 70 134 135 27
Binary 110110 1110000 100 110100 0 1100000 111000 1011100 1011101 10111

Color Harmonies of #367004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367004

Black with #367004

Text Example


Text Example

White with #367004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367004; }

 p { color: rgb(54,112,4); }

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

background-color css

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

 a { background-color: rgb(54,112,4); }

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

border-color css

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

 span { border-color: rgb(54,112,4); }

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