Html Css Color HEX #397008 Bilbao

📋 copy color: '#397008'

red 57 ◦ green 112 ◦ blue 8

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

Shades of Bilbao #397008

Tints of Bilbao #397008

RGB

 RED value IS 57 (22.66% from 255) = 32.2%

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

 BLUE value IS 8 (3.52% from 255) = 4.52%

R = 32.2%
G = 63.28%
B = 4.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#397008 (or 0x397008) is known color: Bilbao. HEX triplet: 39, 70 and 08. RGB value is (57,112,8). Sum of RGB (Red+Green+Blue) = 57+112+8=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 8 (3.52% from 255 or 4.52% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #397008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397008 is #C68FF7. Grayscale: #545454. Windows color (decimal): -13012984 or 553017. OLE color: 553017.

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

Color convert

RGB 57 112 8 -
CMYK 0.49 0 0.93 0.56
HSL 91.73º 0.87% 0.24% -
HSV(B) 91.73º 0.93% 0.44% -
XYZ 7.53 12.48 2.24 -
YUV 83.7 85.28 108.96 -
System Red Green Blue C M Y K H S L
Decimal 57 112 8 0.49 0 0.93 0.56 91.73 0.87 0.24
Hex 39 70 8 31 0 5D 38 5C 57 18
Octal 71 160 10 61 0 135 70 134 127 30
Binary 111001 1110000 1000 110001 0 1011101 111000 1011100 1010111 11000

Color Harmonies of #397008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397008

Black with #397008

Text Example


Text Example

White with #397008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397008; }

 p { color: rgb(57,112,8); }

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

background-color css

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

 a { background-color: rgb(57,112,8); }

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

border-color css

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

 span { border-color: rgb(57,112,8); }

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