Html Css Color HEX #407809 Bilbao

📋 copy color: '#407809'

red 64 ◦ green 120 ◦ blue 9

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

Shades of Bilbao #407809

Tints of Bilbao #407809

RGB

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

 GREEN value IS 120 (47.27% from 255) = 62.18%

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

R = 33.16%
G = 62.18%
B = 4.66%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#407809 (or 0x407809) is known color: Bilbao. HEX triplet: 40, 78 and 09. RGB value is (64,120,9). Sum of RGB (Red+Green+Blue) = 64+120+9=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 120 (47.27% from 255 or 62.18% from 193); Blue value is 9 (3.91% from 255 or 4.66% from 193); Max value from RGB is 120 - color contains mainly: green. Hex color #407809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407809 is #BF87F6. Grayscale: #5A5A5A. Windows color (decimal): -12552183 or 620608. OLE color: 620608.

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

Color convert

RGB 64 120 9 -
CMYK 0.47 0 0.92 0.53
HSL 90.27º 0.86% 0.25% -
HSV(B) 90.27º 0.93% 0.47% -
XYZ 8.88 14.54 2.6 -
YUV 90.6 81.95 109.03 -
System Red Green Blue C M Y K H S L
Decimal 64 120 9 0.47 0 0.92 0.53 90.27 0.86 0.25
Hex 40 78 9 2F 0 5C 35 5A 56 19
Octal 100 170 11 57 0 134 65 132 126 31
Binary 1000000 1111000 1001 101111 0 1011100 110101 1011010 1010110 11001

Color Harmonies of #407809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407809

Black with #407809

Text Example


Text Example

White with #407809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407809; }

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

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

background-color css

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

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

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

border-color css

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

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

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