Html Css Color HEX #407309 Bilbao

📋 copy color: '#407309'

red 64 ◦ green 115 ◦ blue 9

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

Shades of Bilbao #407309

Tints of Bilbao #407309

RGB

 RED value IS 64 (25.39% from 255) = 34.04%

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

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

R = 34.04%
G = 61.17%
B = 4.79%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#407309 (or 0x407309) is known color: Bilbao. HEX triplet: 40, 73 and 09. RGB value is (64,115,9). Sum of RGB (Red+Green+Blue) = 64+115+9=188 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.04% from 188); Green value is 115 (45.31% from 255 or 61.17% from 188); Blue value is 9 (3.91% from 255 or 4.79% from 188); Max value from RGB is 115 - color contains mainly: green. Hex color #407309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407309 is #BF8CF6. Grayscale: #585858. Windows color (decimal): -12553463 or 619328. OLE color: 619328.

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

Color convert

RGB 64 115 9 -
CMYK 0.44 0 0.92 0.55
HSL 88.87º 0.85% 0.24% -
HSV(B) 88.87º 0.92% 0.45% -
XYZ 8.29 13.37 2.4 -
YUV 87.67 83.6 111.12 -
System Red Green Blue C M Y K H S L
Decimal 64 115 9 0.44 0 0.92 0.55 88.87 0.85 0.24
Hex 40 73 9 2C 0 5C 37 59 55 18
Octal 100 163 11 54 0 134 67 131 125 30
Binary 1000000 1110011 1001 101100 0 1011100 110111 1011001 1010101 11000

Color Harmonies of #407309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407309

Black with #407309

Text Example


Text Example

White with #407309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407309; }

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

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

background-color css

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

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

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

border-color css

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

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

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