#407228

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

Shades of Bilbao #407228

Tints of Bilbao #407228

Color information

#407228 (or 0x407228) is unknown color: approx Bilbao. HEX triplet: 40, 72 and 28. RGB value is (64,114,40). Sum of RGB (Red+Green+Blue) = 64+114+40=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #407228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407228 is #BF8DD7. Grayscale: #5A5A5A. Windows color (decimal): -12553688 or 2650688. OLE color: 2650688.

HSL color Cylindrical-coordinate representation of color #407228: hue angle of 100.54º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #407228 is Cyan = 0.44, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB6411440-
CMYK0.4400.650.55
HSL100.54º48.05%30.2%-
HSV(B)100.54º64.91%44.71%-
XYZ8.5113.284.12-
YUV90.6199.44109.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.36%
GREEN value IS 114 (44.92% from 255) = 52.29%
BLUE value IS 40 (16.02% from 255) = 18.35%
R=29.36%
G=52.29%
B=18.35%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64114400.4400.650.55100.5448.0530.2
Hex4072282C0413765301e
Octal10016250540101671456036
Binary1000000111001010100010110001000001110111110010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407228; }

 p { color: rgb(64,114,40); }

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

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

 a { background-color: rgb(64,114,40); }

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

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

 span { border-color: rgb(64,114,40); }

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