Html Css Color HEX #396F09 Bilbao

📋 copy color: '#396F09'

red 57 ◦ green 111 ◦ blue 9

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

Shades of Bilbao #396F09

Tints of Bilbao #396F09

RGB

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

 GREEN value IS 111 (43.75% from 255) = 62.71%

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

R = 32.2%
G = 62.71%
B = 5.08%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#396F09 (or 0x396F09) is known color: Bilbao. HEX triplet: 39, 6F and 09. RGB value is (57,111,9). Sum of RGB (Red+Green+Blue) = 57+111+9=177 (23% of max value = 765). Red value is 57 (22.66% from 255 or 32.20% from 177); Green value is 111 (43.75% from 255 or 62.71% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 111 - color contains mainly: green. Hex color #396F09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #396F09 is #C690F6. Grayscale: #535353. Windows color (decimal): -13013239 or 618297. OLE color: 618297.

HSL color Cylindrical-coordinate representation of color #396F09: hue angle of 91.76º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #396F09 is Cyan = 0.49, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 111 9 -
CMYK 0.49 0 0.92 0.56
HSL 91.76º 0.85% 0.24% -
HSV(B) 91.76º 0.92% 0.44% -
XYZ 7.42 12.26 2.23 -
YUV 83.23 86.11 109.29 -
System Red Green Blue C M Y K H S L
Decimal 57 111 9 0.49 0 0.92 0.56 91.76 0.85 0.24
Hex 39 6F 9 31 0 5C 38 5C 55 18
Octal 71 157 11 61 0 134 70 134 125 30
Binary 111001 1101111 1001 110001 0 1011100 111000 1011100 1010101 11000

Color Harmonies of #396F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #396F09

Black with #396F09

Text Example


Text Example

White with #396F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #396F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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