#52945F

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

Shades of Chateau Green #52945F

Tints of Chateau Green #52945F

Color information

#52945F (or 0x52945F) is unknown color: approx Chateau Green. HEX triplet: 52, 94 and 5F. RGB value is (82,148,95). Sum of RGB (Red+Green+Blue) = 82+148+95=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 148 (58.20% from 255 or 45.54% from 325); Blue value is 95 (37.5% from 255 or 29.23% from 325); Max value from RGB is 148 - color contains mainly: green. Hex color #52945F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52945F is #AD6BA0. Grayscale: #7A7A7A. Windows color (decimal): -11365281 or 6263890. OLE color: 6263890.

HSL color Cylindrical-coordinate representation of color #52945F: hue angle of 131.82º 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 #52945F is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB8214895-
CMYK0.4500.360.42
HSL131.82º28.7%45.1%-
HSV(B)131.82º44.59%58.04%-
XYZ16.1423.814.57-
YUV122.22112.6399.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.23%
GREEN value IS 148 (58.20% from 255) = 45.54%
BLUE value IS 95 (37.5% from 255) = 29.23%
R=25.23%
G=45.54%
B=29.23%

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
Decimal82148950.4500.360.42131.8228.745.1
Hex52945F2D0242A841d2d
Octal12222413755044522043555
Binary101001010010100101111110110101001001010101000010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52945F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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