#359249

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

Shades of Chateau Green #359249

Tints of Chateau Green #359249

Color information

#359249 (or 0x359249) is unknown color: approx Chateau Green. HEX triplet: 35, 92 and 49. RGB value is (53,146,73). Sum of RGB (Red+Green+Blue) = 53+146+73=272 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.49% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #359249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359249 is #CA6DB6. Grayscale: #6E6E6E. Windows color (decimal): -13266359 or 4821557. OLE color: 4821557.

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

Color convert

RGB5314673-
CMYK0.6400.50.43
HSL132.9º46.73%39.02%-
HSV(B)132.9º63.7%57.25%-
XYZ12.9521.89.83-
YUV109.87107.1987.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.49%
GREEN value IS 146 (57.42% from 255) = 53.68%
BLUE value IS 73 (28.91% from 255) = 26.84%
R=19.49%
G=53.68%
B=26.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53146730.6400.50.43132.946.7339.02
Hex359249400322B852f27
Octal65222111100062532055747
Binary1101011001001010010011000000011001010101110000101101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359249; }

 p { color: rgb(53,146,73); }

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

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

 a { background-color: rgb(53,146,73); }

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

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

 span { border-color: rgb(53,146,73); }

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