#407821

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

Shades of Bilbao #407821

Tints of Bilbao #407821

Color information

#407821 (or 0x407821) is unknown color: approx Bilbao. HEX triplet: 40, 78 and 21. RGB value is (64,120,33). Sum of RGB (Red+Green+Blue) = 64+120+33=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 120 (47.27% from 255 or 55.30% from 217); Blue value is 33 (13.28% from 255 or 15.21% from 217); Max value from RGB is 120 - color contains mainly: green. Hex color #407821 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407821 is #BF87DE. Grayscale: #5D5D5D. Windows color (decimal): -12552159 or 2193472. OLE color: 2193472.

HSL color Cylindrical-coordinate representation of color #407821: hue angle of 98.62º 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 #407821 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB6412033-
CMYK0.4700.720.53
HSL98.62º56.86%30%-
HSV(B)98.62º72.5%47.06%-
XYZ9.1114.633.78-
YUV93.3493.95107.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 29.49%
GREEN value IS 120 (47.27% from 255) = 55.30%
BLUE value IS 33 (13.28% from 255) = 15.21%
R=29.49%
G=55.30%
B=15.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64120330.4700.720.5398.6256.8630
Hex4078212F0483563391e
Octal10017041570110651437136
Binary1000000111100010000110111101001000110101110001111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407821; }

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

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

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

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

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

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

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

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