#407F24

Color #407F24 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #407F24

Tints of Bilbao #407F24

Color information

#407F24 (or 0x407F24) is unknown color: approx Bilbao. HEX triplet: 40, 7F and 24. RGB value is (64,127,36). Sum of RGB (Red+Green+Blue) = 64+127+36=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 127 (50% from 255 or 55.95% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 127 - color contains mainly: green. Hex color #407F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407F24 is #BF80DB. Grayscale: #626262. Windows color (decimal): -12550364 or 2391872. OLE color: 2391872.

HSL color Cylindrical-coordinate representation of color #407F24: hue angle of 101.54º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #407F24 is Cyan = 0.50, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB6412736-
CMYK0.5000.720.50
HSL101.54º55.83%31.96%-
HSV(B)101.54º71.65%49.8%-
XYZ10.0216.44.31-
YUV97.7993.13103.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 127 (50% from 255) = 55.95%
BLUE value IS 36 (14.45% from 255) = 15.86%
R=28.19%
G=55.95%
B=15.86%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal64127360.5000.720.50101.5455.8331.96
Hex407F243204832663820
Octal10017744620110621467040
Binary10000001111111100100110010010010001100101100110111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407F24; }

 p { color: rgb(64,127,36); }

 H1.HeaderClassName
 {
   color: #407F24;
 }
 .AnyTagClassName
 {
   color: #407F24;
 }
</style>
background-color css

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

 a { background-color: rgb(64,127,36); }

 div.DivClassName
 {
   background-color: #407F24;
 }
 .BgClassName
 {
   background-color: #407F24;
 }
</style>
border-color css

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

 span { border-color: rgb(64,127,36); }

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