#52905C

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

Shades of Chateau Green #52905C

Tints of Chateau Green #52905C

Color information

#52905C (or 0x52905C) is unknown color: approx Chateau Green. HEX triplet: 52, 90 and 5C. RGB value is (82,144,92). Sum of RGB (Red+Green+Blue) = 82+144+92=318 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.79% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #52905C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52905C is #AD6FA3. Grayscale: #777777. Windows color (decimal): -11366308 or 6066258. OLE color: 6066258.

HSL color Cylindrical-coordinate representation of color #52905C: hue angle of 129.68º 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 #52905C is Cyan = 0.43, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB8214492-
CMYK0.4300.360.44
HSL129.68º27.43%44.31%-
HSV(B)129.68º43.06%56.47%-
XYZ15.3822.5113.66-
YUV119.53112.46101.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.79%
GREEN value IS 144 (56.64% from 255) = 45.28%
BLUE value IS 92 (36.33% from 255) = 28.93%
R=25.79%
G=45.28%
B=28.93%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82144920.4300.360.44129.6827.4344.31
Hex52905C2B0242C821b2c
Octal12222013453044542023354
Binary101001010010000101110010101101001001011001000001011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52905C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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