Html Css Color HEX #397209 Bilbao

📋 copy color: '#397209'

red 57 ◦ green 114 ◦ blue 9

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

Shades of Bilbao #397209

Tints of Bilbao #397209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5%

R = 31.67%
G = 63.33%
B = 5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#397209 (or 0x397209) is known color: Bilbao. HEX triplet: 39, 72 and 09. RGB value is (57,114,9). Sum of RGB (Red+Green+Blue) = 57+114+9=180 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.67% from 180); Green value is 114 (44.92% from 255 or 63.33% from 180); Blue value is 9 (3.91% from 255 or 5% from 180); Max value from RGB is 114 - color contains mainly: green. Hex color #397209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397209 is #C68DF6. Grayscale: #555555. Windows color (decimal): -13012471 or 619065. OLE color: 619065.

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

Color convert

RGB 57 114 9 -
CMYK 0.50 0 0.92 0.55
HSL 92.57º 0.85% 0.24% -
HSV(B) 92.57º 0.92% 0.45% -
XYZ 7.75 12.92 2.34 -
YUV 84.99 85.12 108.04 -
System Red Green Blue C M Y K H S L
Decimal 57 114 9 0.50 0 0.92 0.55 92.57 0.85 0.24
Hex 39 72 9 32 0 5C 37 5D 55 18
Octal 71 162 11 62 0 134 67 135 125 30
Binary 111001 1110010 1001 110010 0 1011100 110111 1011101 1010101 11000

Color Harmonies of #397209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397209

Black with #397209

Text Example


Text Example

White with #397209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397209; }

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

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

background-color css

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

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

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

border-color css

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

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

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