Html Css Color HEX #407709 Bilbao

📋 copy color: '#407709'

red 64 ◦ green 119 ◦ blue 9

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

Shades of Bilbao #407709

Tints of Bilbao #407709

RGB

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

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

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

R = 33.33%
G = 61.98%
B = 4.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#407709 (or 0x407709) is known color: Bilbao. HEX triplet: 40, 77 and 09. RGB value is (64,119,9). Sum of RGB (Red+Green+Blue) = 64+119+9=192 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.33% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 9 (3.91% from 255 or 4.69% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #407709 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407709 is #BF88F6. Grayscale: #5A5A5A. Windows color (decimal): -12552439 or 620352. OLE color: 620352.

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

Color convert

RGB 64 119 9 -
CMYK 0.46 0 0.92 0.53
HSL 90º 0.86% 0.25% -
HSV(B) 90º 0.92% 0.47% -
XYZ 8.76 14.3 2.56 -
YUV 90.02 82.28 109.44 -
System Red Green Blue C M Y K H S L
Decimal 64 119 9 0.46 0 0.92 0.53 90 0.86 0.25
Hex 40 77 9 2E 0 5C 35 5A 56 19
Octal 100 167 11 56 0 134 65 132 126 31
Binary 1000000 1110111 1001 101110 0 1011100 110101 1011010 1010110 11001

Color Harmonies of #407709

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407709

Black with #407709

Text Example


Text Example

White with #407709

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407709; }

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

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

background-color css

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

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

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

border-color css

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

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

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