#409255

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

Shades of Chateau Green #409255

Tints of Chateau Green #409255

Color information

#409255 (or 0x409255) is unknown color: approx Chateau Green. HEX triplet: 40, 92 and 55. RGB value is (64,146,85). Sum of RGB (Red+Green+Blue) = 64+146+85=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #409255 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409255 is #BF6DAA. Grayscale: #727272. Windows color (decimal): -12545451 or 5608000. OLE color: 5608000.

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

Color convert

RGB6414685-
CMYK0.5600.420.43
HSL135.37º39.05%41.18%-
HSV(B)135.37º56.16%57.25%-
XYZ14.0322.312.16-
YUV114.53111.3391.96-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.69%
GREEN value IS 146 (57.42% from 255) = 49.49%
BLUE value IS 85 (33.59% from 255) = 28.81%
R=21.69%
G=49.49%
B=28.81%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64146850.5600.420.43135.3739.0541.18
Hex4092553802A2B872729
Octal10022212570052532074751
Binary1000000100100101010101111000010101010101110000111100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409255; }

 p { color: rgb(64,146,85); }

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

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

 a { background-color: rgb(64,146,85); }

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

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

 span { border-color: rgb(64,146,85); }

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