#409050

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

Shades of Chateau Green #409050

Tints of Chateau Green #409050

Color information

#409050 (or 0x409050) is unknown color: approx Chateau Green. HEX triplet: 40, 90 and 50. RGB value is (64,144,80). Sum of RGB (Red+Green+Blue) = 64+144+80=288 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.22% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #409050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409050 is #BF6FAF. Grayscale: #707070. Windows color (decimal): -12545968 or 5279808. OLE color: 5279808.

HSL color Cylindrical-coordinate representation of color #409050: hue angle of 132º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409050 is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB6414480-
CMYK0.5600.440.44
HSL132º38.46%40.78%-
HSV(B)132º55.56%56.47%-
XYZ13.5421.6211.05-
YUV112.78109.593.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.22%
GREEN value IS 144 (56.64% from 255) = 50%
BLUE value IS 80 (31.64% from 255) = 27.78%
R=22.22%
G=50%
B=27.78%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64144800.5600.440.4413238.4640.78
Hex4090503802C2C842629
Octal10022012070054542044651
Binary1000000100100001010000111000010110010110010000100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409050; }

 p { color: rgb(64,144,80); }

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

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

 a { background-color: rgb(64,144,80); }

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

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

 span { border-color: rgb(64,144,80); }

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