#407928

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

Shades of Bilbao #407928

Tints of Bilbao #407928

Color information

#407928 (or 0x407928) is unknown color: approx Bilbao. HEX triplet: 40, 79 and 28. RGB value is (64,121,40). Sum of RGB (Red+Green+Blue) = 64+121+40=225 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.44% from 225); Green value is 121 (47.66% from 255 or 53.78% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 121 - color contains mainly: green. Hex color #407928 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407928 is #BF86D7. Grayscale: #5E5E5E. Windows color (decimal): -12551896 or 2652480. OLE color: 2652480.

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

Color convert

RGB6412140-
CMYK0.4700.670.53
HSL102.22º50.31%31.57%-
HSV(B)102.22º66.94%47.45%-
XYZ9.3314.924.39-
YUV94.7297.12106.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.44%
GREEN value IS 121 (47.66% from 255) = 53.78%
BLUE value IS 40 (16.02% from 255) = 17.78%
R=28.44%
G=53.78%
B=17.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121400.4700.670.53102.2250.3131.57
Hex4079282F04335663220
Octal10017150570103651466240
Binary10000001111001101000101111010000111101011100110110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407928; }

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

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

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

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

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

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

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

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