Html Css Color HEX #407609 Bilbao

📋 copy color: '#407609'

red 64 ◦ green 118 ◦ blue 9

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

Shades of Bilbao #407609

Tints of Bilbao #407609

RGB

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

 GREEN value IS 118 (46.48% from 255) = 61.78%

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

R = 33.51%
G = 61.78%
B = 4.71%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#407609 (or 0x407609) is known color: Bilbao. HEX triplet: 40, 76 and 09. RGB value is (64,118,9). Sum of RGB (Red+Green+Blue) = 64+118+9=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 118 (46.48% from 255 or 61.78% from 191); Blue value is 9 (3.91% from 255 or 4.71% from 191); Max value from RGB is 118 - color contains mainly: green. Hex color #407609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407609 is #BF89F6. Grayscale: #595959. Windows color (decimal): -12552695 or 620096. OLE color: 620096.

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

Color convert

RGB 64 118 9 -
CMYK 0.46 0 0.92 0.54
HSL 89.72º 0.86% 0.25% -
HSV(B) 89.72º 0.92% 0.46% -
XYZ 8.64 14.07 2.52 -
YUV 89.43 82.61 109.86 -
System Red Green Blue C M Y K H S L
Decimal 64 118 9 0.46 0 0.92 0.54 89.72 0.86 0.25
Hex 40 76 9 2E 0 5C 36 5A 56 19
Octal 100 166 11 56 0 134 66 132 126 31
Binary 1000000 1110110 1001 101110 0 1011100 110110 1011010 1010110 11001

Color Harmonies of #407609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407609

Black with #407609

Text Example


Text Example

White with #407609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407609; }

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

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

background-color css

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

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

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

border-color css

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

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

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