#52915D

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

Shades of Chateau Green #52915D

Tints of Chateau Green #52915D

Color information

#52915D (or 0x52915D) is unknown color: approx Chateau Green. HEX triplet: 52, 91 and 5D. RGB value is (82,145,93). Sum of RGB (Red+Green+Blue) = 82+145+93=320 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.62% from 320); Green value is 145 (57.03% from 255 or 45.31% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 145 - color contains mainly: green. Hex color #52915D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52915D is #AD6EA2. Grayscale: #787878. Windows color (decimal): -11366051 or 6132050. OLE color: 6132050.

HSL color Cylindrical-coordinate representation of color #52915D: hue angle of 130.48º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52915D is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB8214593-
CMYK0.4300.360.43
HSL130.48º27.75%44.51%-
HSV(B)130.48º43.45%56.86%-
XYZ15.5822.8313.94-
YUV120.24112.63100.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.62%
GREEN value IS 145 (57.03% from 255) = 45.31%
BLUE value IS 93 (36.72% from 255) = 29.06%
R=25.62%
G=45.31%
B=29.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82145930.4300.360.43130.4827.7544.51
Hex52915D2B0242B821c2d
Octal12222113553044532023455
Binary101001010010001101110110101101001001010111000001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52915D; }

 p { color: rgb(82,145,93); }

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

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

 a { background-color: rgb(82,145,93); }

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

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

 span { border-color: rgb(82,145,93); }

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