#52955F

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

Shades of Chateau Green #52955F

Tints of Chateau Green #52955F

Color information

#52955F (or 0x52955F) is unknown color: approx Chateau Green. HEX triplet: 52, 95 and 5F. RGB value is (82,149,95). Sum of RGB (Red+Green+Blue) = 82+149+95=326 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.15% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 95 (37.5% from 255 or 29.14% from 326); Max value from RGB is 149 - color contains mainly: green. Hex color #52955F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52955F is #AD6AA0. Grayscale: #7A7A7A. Windows color (decimal): -11365025 or 6264146. OLE color: 6264146.

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

Color convert

RGB8214995-
CMYK0.4500.360.42
HSL131.64º29%45.29%-
HSV(B)131.64º44.97%58.43%-
XYZ16.2924.1114.62-
YUV122.81112.398.89-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.15%
GREEN value IS 149 (58.59% from 255) = 45.71%
BLUE value IS 95 (37.5% from 255) = 29.14%
R=25.15%
G=45.71%
B=29.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal82149950.4500.360.42131.642945.29
Hex52955F2D0242A841d2d
Octal12222513755044522043555
Binary101001010010101101111110110101001001010101000010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52955F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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