Html Css Color HEX #397111 Bilbao

📋 copy color: '#397111'

red 57 ◦ green 113 ◦ blue 17

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

Shades of Bilbao #397111

Tints of Bilbao #397111

RGB

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

 GREEN value IS 113 (44.53% from 255) = 60.43%

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

R = 30.48%
G = 60.43%
B = 9.09%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#397111 (or 0x397111) is known color: Bilbao. HEX triplet: 39, 71 and 11. RGB value is (57,113,17). Sum of RGB (Red+Green+Blue) = 57+113+17=187 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.48% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 17 (7.03% from 255 or 9.09% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #397111 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397111 is #C68EEE. Grayscale: #555555. Windows color (decimal): -13012719 or 1143097. OLE color: 1143097.

HSL color Cylindrical-coordinate representation of color #397111: hue angle of 95º 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 #397111 is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 17 -
CMYK 0.50 0 0.85 0.56
HSL 95º 0.74% 0.25% -
HSV(B) 95º 0.85% 0.44% -
XYZ 7.69 12.72 2.58 -
YUV 85.31 89.45 107.81 -
System Red Green Blue C M Y K H S L
Decimal 57 113 17 0.50 0 0.85 0.56 95 0.74 0.25
Hex 39 71 11 32 0 55 38 5F 4A 19
Octal 71 161 21 62 0 125 70 137 112 31
Binary 111001 1110001 10001 110010 0 1010101 111000 1011111 1001010 11001

Color Harmonies of #397111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397111

Black with #397111

Text Example


Text Example

White with #397111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397111; }

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

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

background-color css

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

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

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

border-color css

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

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

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