#359552

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

Shades of Chateau Green #359552

Tints of Chateau Green #359552

Color information

#359552 (or 0x359552) is unknown color: approx Chateau Green. HEX triplet: 35, 95 and 52. RGB value is (53,149,82). Sum of RGB (Red+Green+Blue) = 53+149+82=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 82 (32.42% from 255 or 28.87% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #359552 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359552 is #CA6AAD. Grayscale: #707070. Windows color (decimal): -13265582 or 5412149. OLE color: 5412149.

HSL color Cylindrical-coordinate representation of color #359552: hue angle of 138.12º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #359552 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB5314982-
CMYK0.6400.450.42
HSL138.12º47.52%39.61%-
HSV(B)138.12º64.43%58.43%-
XYZ13.7422.8611.67-
YUV112.66110.785.45-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 18.66%
GREEN value IS 149 (58.59% from 255) = 52.46%
BLUE value IS 82 (32.42% from 255) = 28.87%
R=18.66%
G=52.46%
B=28.87%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal53149820.6400.450.42138.1247.5239.61
Hex3595524002D2A8a3028
Octal65225122100055522126050
Binary1101011001010110100101000000010110110101010001010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359552; }

 p { color: rgb(53,149,82); }

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

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

 a { background-color: rgb(53,149,82); }

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

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

 span { border-color: rgb(53,149,82); }

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