#52965F

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

Shades of Chateau Green #52965F

Tints of Chateau Green #52965F

Color information

#52965F (or 0x52965F) is unknown color: approx Chateau Green. HEX triplet: 52, 96 and 5F. RGB value is (82,150,95). Sum of RGB (Red+Green+Blue) = 82+150+95=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 150 (58.98% from 255 or 45.87% from 327); Blue value is 95 (37.5% from 255 or 29.05% from 327); Max value from RGB is 150 - color contains mainly: green. Hex color #52965F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52965F is #AD69A0. Grayscale: #7B7B7B. Windows color (decimal): -11364769 or 6264402. OLE color: 6264402.

HSL color Cylindrical-coordinate representation of color #52965F: hue angle of 131.47º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52965F is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB8215095-
CMYK0.4500.370.41
HSL131.47º29.31%45.49%-
HSV(B)131.47º45.33%58.82%-
XYZ16.4524.4314.68-
YUV123.4111.9798.47-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.08%
GREEN value IS 150 (58.98% from 255) = 45.87%
BLUE value IS 95 (37.5% from 255) = 29.05%
R=25.08%
G=45.87%
B=29.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal82150950.4500.370.41131.4729.3145.49
Hex52965F2D02529831d2d
Octal12222613755045512033555
Binary101001010010110101111110110101001011010011000001111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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