#52905D

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

Shades of Chateau Green #52905D

Tints of Chateau Green #52905D

Color information

#52905D (or 0x52905D) is unknown color: approx Chateau Green. HEX triplet: 52, 90 and 5D. RGB value is (82,144,93). Sum of RGB (Red+Green+Blue) = 82+144+93=319 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.71% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #52905D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52905D is #AD6FA2. Grayscale: #777777. Windows color (decimal): -11366307 or 6131794. OLE color: 6131794.

HSL color Cylindrical-coordinate representation of color #52905D: hue angle of 130.65º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52905D is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB8214493-
CMYK0.4300.350.44
HSL130.65º27.43%44.31%-
HSV(B)130.65º43.06%56.47%-
XYZ15.4322.5313.89-
YUV119.65112.96101.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.71%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 93 (36.72% from 255) = 29.15%
R=25.71%
G=45.14%
B=29.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82144930.4300.350.44130.6527.4344.31
Hex52905D2B0232C831b2c
Octal12222013553043542033354
Binary101001010010000101110110101101000111011001000001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52905D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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