Html Css Color HEX #397309 Bilbao

📋 copy color: '#397309'

red 57 ◦ green 115 ◦ blue 9

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

Shades of Bilbao #397309

Tints of Bilbao #397309

RGB

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

 GREEN value IS 115 (45.31% from 255) = 63.54%

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

R = 31.49%
G = 63.54%
B = 4.97%

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

#397309 (or 0x397309) is known color: Bilbao. HEX triplet: 39, 73 and 09. RGB value is (57,115,9). Sum of RGB (Red+Green+Blue) = 57+115+9=181 (23% of max value = 765). Red value is 57 (22.66% from 255 or 31.49% from 181); Green value is 115 (45.31% from 255 or 63.54% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 115 - color contains mainly: green. Hex color #397309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397309 is #C68CF6. Grayscale: #555555. Windows color (decimal): -13012215 or 619321. OLE color: 619321.

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

Color convert

RGB 57 115 9 -
CMYK 0.50 0 0.92 0.55
HSL 92.83º 0.85% 0.24% -
HSV(B) 92.83º 0.92% 0.45% -
XYZ 7.87 13.15 2.38 -
YUV 85.57 84.78 107.62 -
System Red Green Blue C M Y K H S L
Decimal 57 115 9 0.50 0 0.92 0.55 92.83 0.85 0.24
Hex 39 73 9 32 0 5C 37 5D 55 18
Octal 71 163 11 62 0 134 67 135 125 30
Binary 111001 1110011 1001 110010 0 1011100 110111 1011101 1010101 11000

Color Harmonies of #397309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397309

Black with #397309

Text Example


Text Example

White with #397309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397309; }

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

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

background-color css

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

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

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

border-color css

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

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

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