Html Css Color HEX #407710 Bilbao

📋 copy color: '#407710'

red 64 ◦ green 119 ◦ blue 16

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

Shades of Bilbao #407710

Tints of Bilbao #407710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.04%

R = 32.16%
G = 59.8%
B = 8.04%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#407710 (or 0x407710) is known color: Bilbao. HEX triplet: 40, 77 and 10. RGB value is (64,119,16). Sum of RGB (Red+Green+Blue) = 64+119+16=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 119 (46.88% from 255 or 59.80% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 119 - color contains mainly: green. Hex color #407710 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407710 is #BF88EF. Grayscale: #5B5B5B. Windows color (decimal): -12552432 or 1079104. OLE color: 1079104.

HSL color Cylindrical-coordinate representation of color #407710: hue angle of 92.04º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #407710 is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 119 16 -
CMYK 0.46 0 0.87 0.53
HSL 92.04º 0.76% 0.26% -
HSV(B) 92.04º 0.87% 0.47% -
XYZ 8.8 14.32 2.79 -
YUV 90.81 85.78 108.88 -
System Red Green Blue C M Y K H S L
Decimal 64 119 16 0.46 0 0.87 0.53 92.04 0.76 0.26
Hex 40 77 10 2E 0 57 35 5C 4C 1A
Octal 100 167 20 56 0 127 65 134 114 32
Binary 1000000 1110111 10000 101110 0 1010111 110101 1011100 1001100 11010

Color Harmonies of #407710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407710

Black with #407710

Text Example


Text Example

White with #407710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407710; }

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

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

background-color css

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

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

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

border-color css

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

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

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