Html Css Color HEX #397112 Bilbao

📋 copy color: '#397112'

red 57 ◦ green 113 ◦ blue 18

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

Shades of Bilbao #397112

Tints of Bilbao #397112

RGB

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

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

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

R = 30.32%
G = 60.11%
B = 9.57%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#397112 (or 0x397112) is known color: Bilbao. HEX triplet: 39, 71 and 12. RGB value is (57,113,18). Sum of RGB (Red+Green+Blue) = 57+113+18=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 113 (44.53% from 255 or 60.11% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 113 - color contains mainly: green. Hex color #397112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397112 is #C68EED. Grayscale: #555555. Windows color (decimal): -13012718 or 1208633. OLE color: 1208633.

HSL color Cylindrical-coordinate representation of color #397112: hue angle of 95.37º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #397112 is Cyan = 0.50, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 18 -
CMYK 0.50 0 0.84 0.56
HSL 95.37º 0.73% 0.26% -
HSV(B) 95.37º 0.84% 0.44% -
XYZ 7.7 12.72 2.62 -
YUV 85.43 89.95 107.72 -
System Red Green Blue C M Y K H S L
Decimal 57 113 18 0.50 0 0.84 0.56 95.37 0.73 0.26
Hex 39 71 12 32 0 54 38 5F 49 1A
Octal 71 161 22 62 0 124 70 137 111 32
Binary 111001 1110001 10010 110010 0 1010100 111000 1011111 1001001 11010

Color Harmonies of #397112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397112

Black with #397112

Text Example


Text Example

White with #397112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397112; }

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

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

background-color css

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

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

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

border-color css

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

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

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