Html Css Color HEX #397011 Bilbao

📋 copy color: '#397011'

red 57 ◦ green 112 ◦ blue 17

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

Shades of Bilbao #397011

Tints of Bilbao #397011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 9.14%

R = 30.65%
G = 60.22%
B = 9.14%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#397011 (or 0x397011) is known color: Bilbao. HEX triplet: 39, 70 and 11. RGB value is (57,112,17). Sum of RGB (Red+Green+Blue) = 57+112+17=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 17 (7.03% from 255 or 9.14% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #397011 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397011 is #C68FEE. Grayscale: #555555. Windows color (decimal): -13012975 or 1142841. OLE color: 1142841.

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

Color convert

RGB 57 112 17 -
CMYK 0.49 0 0.85 0.56
HSL 94.74º 0.74% 0.25% -
HSV(B) 94.74º 0.85% 0.44% -
XYZ 7.58 12.5 2.54 -
YUV 84.73 89.78 108.22 -
System Red Green Blue C M Y K H S L
Decimal 57 112 17 0.49 0 0.85 0.56 94.74 0.74 0.25
Hex 39 70 11 31 0 55 38 5F 4A 19
Octal 71 160 21 61 0 125 70 137 112 31
Binary 111001 1110000 10001 110001 0 1010101 111000 1011111 1001010 11001

Color Harmonies of #397011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397011

Black with #397011

Text Example


Text Example

White with #397011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397011; }

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

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

background-color css

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

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

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

border-color css

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

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

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