#407727

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

Shades of Bilbao #407727

Tints of Bilbao #407727

Color information

#407727 (or 0x407727) is unknown color: approx Bilbao. HEX triplet: 40, 77 and 27. RGB value is (64,119,39). Sum of RGB (Red+Green+Blue) = 64+119+39=222 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.83% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 39 (15.62% from 255 or 17.57% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #407727 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407727 is #BF88D8. Grayscale: #5D5D5D. Windows color (decimal): -12552409 or 2586432. OLE color: 2586432.

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

Color convert

RGB6411939-
CMYK0.4600.670.53
HSL101.25º50.63%30.98%-
HSV(B)101.25º67.23%46.67%-
XYZ9.0814.434.23-
YUV93.4397.28107-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.83%
GREEN value IS 119 (46.88% from 255) = 53.60%
BLUE value IS 39 (15.62% from 255) = 17.57%
R=28.83%
G=53.60%
B=17.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64119390.4600.670.53101.2550.6330.98
Hex4077272E0433565331f
Octal10016747560103651456337
Binary1000000111011110011110111001000011110101110010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407727; }

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

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

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

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

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

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

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

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