Html Css Color HEX #407600 Bilbao

📋 copy color: '#407600'

red 64 ◦ green 118 ◦ blue 0

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

Shades of Bilbao #407600

Tints of Bilbao #407600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 35.16%
G = 64.84%
B = 0%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#407600 (or 0x407600) is known color: Bilbao. HEX triplet: 40, 76 and 00. RGB value is (64,118,0). Sum of RGB (Red+Green+Blue) = 64+118+0=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 118 (46.48% from 255 or 64.84% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 118 - color contains mainly: green. Hex color #407600 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #407600 is #BF89FF. Grayscale: #585858. Windows color (decimal): -12552704 or 30272. OLE color: 30272.

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

Color convert

RGB 64 118 0 -
CMYK 0.46 0 1 0.54
HSL 87.46º 1% 0.23% -
HSV(B) 87.46º 1% 0.46% -
XYZ 8.59 14.05 2.26 -
YUV 88.4 78.11 110.59 -
System Red Green Blue C M Y K H S L
Decimal 64 118 0 0.46 0 1 0.54 87.46 1 0.23
Hex 40 76 0 2E 0 64 36 57 64 17
Octal 100 166 0 56 0 144 66 127 144 27
Binary 1000000 1110110 0 101110 0 1100100 110110 1010111 1100100 10111

Color Harmonies of #407600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407600

Black with #407600

Text Example


Text Example

White with #407600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407600; }

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

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

background-color css

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

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

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

border-color css

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

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

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