Html Css Color HEX #397211 Bilbao

📋 copy color: '#397211'

red 57 ◦ green 114 ◦ blue 17

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

Shades of Bilbao #397211

Tints of Bilbao #397211

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60.64%

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

R = 30.32%
G = 60.64%
B = 9.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#397211 (or 0x397211) is known color: Bilbao. HEX triplet: 39, 72 and 11. RGB value is (57,114,17). Sum of RGB (Red+Green+Blue) = 57+114+17=188 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.32% from 188); Green value is 114 (44.92% from 255 or 60.64% from 188); Blue value is 17 (7.03% from 255 or 9.04% from 188); Max value from RGB is 114 - color contains mainly: green. Hex color #397211 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397211 is #C68DEE. Grayscale: #565656. Windows color (decimal): -13012463 or 1143353. OLE color: 1143353.

HSL color Cylindrical-coordinate representation of color #397211: hue angle of 95.26º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #397211 is Cyan = 0.50, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 114 17 -
CMYK 0.50 0 0.85 0.55
HSL 95.26º 0.74% 0.26% -
HSV(B) 95.26º 0.85% 0.45% -
XYZ 7.81 12.94 2.62 -
YUV 85.9 89.12 107.39 -
System Red Green Blue C M Y K H S L
Decimal 57 114 17 0.50 0 0.85 0.55 95.26 0.74 0.26
Hex 39 72 11 32 0 55 37 5F 4A 1A
Octal 71 162 21 62 0 125 67 137 112 32
Binary 111001 1110010 10001 110010 0 1010101 110111 1011111 1001010 11010

Color Harmonies of #397211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397211

Black with #397211

Text Example


Text Example

White with #397211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397211; }

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

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

background-color css

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

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

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

border-color css

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

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

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