#359849

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

Shades of Chateau Green #359849

Tints of Chateau Green #359849

Color information

#359849 (or 0x359849) is unknown color: approx Chateau Green. HEX triplet: 35, 98 and 49. RGB value is (53,152,73). Sum of RGB (Red+Green+Blue) = 53+152+73=278 (36% of max value = 765). Red value is 53 (21.09% from 255 or 19.06% from 278); Green value is 152 (59.77% from 255 or 54.68% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 152 - color contains mainly: green. Hex color #359849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #359849 is #CA67B6. Grayscale: #717171. Windows color (decimal): -13264823 or 4823093. OLE color: 4823093.

HSL color Cylindrical-coordinate representation of color #359849: hue angle of 132.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #359849 is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB5315273-
CMYK0.6500.520.40
HSL132.12º48.29%40.2%-
HSV(B)132.12º65.13%59.61%-
XYZ13.923.6910.14-
YUV113.39105.284.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 19.06%
GREEN value IS 152 (59.77% from 255) = 54.68%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=19.06%
G=54.68%
B=26.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal53152730.6500.520.40132.1248.2940.2
Hex3598494103428843028
Octal65230111101064502046050
Binary1101011001100010010011000001011010010100010000100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359849; }

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

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

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

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

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

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

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

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