#407321

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

Shades of Bilbao #407321

Tints of Bilbao #407321

Color information

#407321 (or 0x407321) is unknown color: approx Bilbao. HEX triplet: 40, 73 and 21. RGB value is (64,115,33). Sum of RGB (Red+Green+Blue) = 64+115+33=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 115 (45.31% from 255 or 54.25% from 212); Blue value is 33 (13.28% from 255 or 15.57% from 212); Max value from RGB is 115 - color contains mainly: green. Hex color #407321 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407321 is #BF8CDE. Grayscale: #5A5A5A. Windows color (decimal): -12553439 or 2192192. OLE color: 2192192.

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

Color convert

RGB6411533-
CMYK0.4400.710.55
HSL97.32º55.41%29.02%-
HSV(B)97.32º71.3%45.1%-
XYZ8.5213.463.59-
YUV90.495.6109.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.19%
GREEN value IS 115 (45.31% from 255) = 54.25%
BLUE value IS 33 (13.28% from 255) = 15.57%
R=30.19%
G=54.25%
B=15.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64115330.4400.710.5597.3255.4129.02
Hex4073212C0473761371d
Octal10016341540107671416735
Binary1000000111001110000110110001000111110111110000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #407321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #407321; }

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

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

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

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

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

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

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

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