#407921

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

Shades of Bilbao #407921

Tints of Bilbao #407921

Color information

#407921 (or 0x407921) is unknown color: approx Bilbao. HEX triplet: 40, 79 and 21. RGB value is (64,121,33). Sum of RGB (Red+Green+Blue) = 64+121+33=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 121 (47.66% from 255 or 55.50% from 218); Blue value is 33 (13.28% from 255 or 15.14% from 218); Max value from RGB is 121 - color contains mainly: green. Hex color #407921 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407921 is #BF86DE. Grayscale: #5E5E5E. Windows color (decimal): -12551903 or 2193728. OLE color: 2193728.

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

Color convert

RGB6412133-
CMYK0.4700.730.53
HSL98.86º57.14%30.2%-
HSV(B)98.86º72.73%47.45%-
XYZ9.2314.873.82-
YUV93.9293.62106.66-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.36%
GREEN value IS 121 (47.66% from 255) = 55.50%
BLUE value IS 33 (13.28% from 255) = 15.14%
R=29.36%
G=55.50%
B=15.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64121330.4700.730.5398.8657.1430.2
Hex4079212F0493563391e
Octal10017141570111651437136
Binary1000000111100110000110111101001001110101110001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407921; }

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

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

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

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

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

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

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

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