Html Css Color HEX #397709 Bilbao

📋 copy color: '#397709'

red 57 ◦ green 119 ◦ blue 9

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

Shades of Bilbao #397709

Tints of Bilbao #397709

RGB

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

 GREEN value IS 119 (46.88% from 255) = 64.32%

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

R = 30.81%
G = 64.32%
B = 4.86%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#397709 (or 0x397709) is known color: Bilbao. HEX triplet: 39, 77 and 09. RGB value is (57,119,9). Sum of RGB (Red+Green+Blue) = 57+119+9=185 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.81% from 185); Green value is 119 (46.88% from 255 or 64.32% from 185); Blue value is 9 (3.91% from 255 or 4.86% from 185); Max value from RGB is 119 - color contains mainly: green. Hex color #397709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #397709 is #C688F6. Grayscale: #585858. Windows color (decimal): -13011191 or 620345. OLE color: 620345.

HSL color Cylindrical-coordinate representation of color #397709: hue angle of 93.82º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #397709 is Cyan = 0.52, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 119 9 -
CMYK 0.52 0 0.92 0.53
HSL 93.82º 0.86% 0.25% -
HSV(B) 93.82º 0.92% 0.47% -
XYZ 8.33 14.08 2.54 -
YUV 87.92 83.46 105.94 -
System Red Green Blue C M Y K H S L
Decimal 57 119 9 0.52 0 0.92 0.53 93.82 0.86 0.25
Hex 39 77 9 34 0 5C 35 5E 56 19
Octal 71 167 11 64 0 134 65 136 126 31
Binary 111001 1110111 1001 110100 0 1011100 110101 1011110 1010110 11001

Color Harmonies of #397709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397709

Black with #397709

Text Example


Text Example

White with #397709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397709; }

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

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

background-color css

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

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

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

border-color css

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

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

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