#52935F

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

Shades of Chateau Green #52935F

Tints of Chateau Green #52935F

Color information

#52935F (or 0x52935F) is unknown color: approx Chateau Green. HEX triplet: 52, 93 and 5F. RGB value is (82,147,95). Sum of RGB (Red+Green+Blue) = 82+147+95=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #52935F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52935F is #AD6CA0. Grayscale: #797979. Windows color (decimal): -11365537 or 6263634. OLE color: 6263634.

HSL color Cylindrical-coordinate representation of color #52935F: hue angle of 132º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52935F is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB8214795-
CMYK0.4400.350.42
HSL132º28.38%44.9%-
HSV(B)132º44.22%57.65%-
XYZ15.9823.4914.52-
YUV121.64112.9799.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.31%
GREEN value IS 147 (57.81% from 255) = 45.37%
BLUE value IS 95 (37.5% from 255) = 29.32%
R=25.31%
G=45.37%
B=29.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82147950.4400.350.4213228.3844.9
Hex52935F2C0232A841c2d
Octal12222313754043522043455
Binary101001010010011101111110110001000111010101000010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52935F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52935F; }

 p { color: rgb(82,147,95); }

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

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

 a { background-color: rgb(82,147,95); }

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

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

 span { border-color: rgb(82,147,95); }

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