#408221

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

Shades of Bilbao #408221

Tints of Bilbao #408221

Color information

#408221 (or 0x408221) is unknown color: approx Bilbao. HEX triplet: 40, 82 and 21. RGB value is (64,130,33). Sum of RGB (Red+Green+Blue) = 64+130+33=227 (30% of max value = 765). Red value is 64 (25.39% from 255 or 28.19% from 227); Green value is 130 (51.17% from 255 or 57.27% from 227); Blue value is 33 (13.28% from 255 or 14.54% from 227); Max value from RGB is 130 - color contains mainly: green. Hex color #408221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408221 is #BF7DDE. Grayscale: #636363. Windows color (decimal): -12549599 or 2196032. OLE color: 2196032.

HSL color Cylindrical-coordinate representation of color #408221: hue angle of 100.82º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #408221 is Cyan = 0.51, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB6413033-
CMYK0.5100.750.49
HSL100.82º59.51%31.96%-
HSV(B)100.82º74.62%50.98%-
XYZ10.3717.174.21-
YUV99.2190.63102.89-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.19%
GREEN value IS 130 (51.17% from 255) = 57.27%
BLUE value IS 33 (13.28% from 255) = 14.54%
R=28.19%
G=57.27%
B=14.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal64130330.5100.750.49100.8259.5131.96
Hex4082213304B31653c20
Octal10020241630113611457440
Binary100000010000010100001110011010010111100011100101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408221; }

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

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

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

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

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

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

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

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