#52925E

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

Shades of Chateau Green #52925E

Tints of Chateau Green #52925E

Color information

#52925E (or 0x52925E) is unknown color: approx Chateau Green. HEX triplet: 52, 92 and 5E. RGB value is (82,146,94). Sum of RGB (Red+Green+Blue) = 82+146+94=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 146 - color contains mainly: green. Hex color #52925E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52925E is #AD6DA1. Grayscale: #797979. Windows color (decimal): -11365794 or 6197842. OLE color: 6197842.

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

Color convert

RGB8214694-
CMYK0.4400.360.43
HSL131.25º28.07%44.71%-
HSV(B)131.25º43.84%57.25%-
XYZ15.7823.1614.23-
YUV120.94112.8100.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 25.47%
GREEN value IS 146 (57.42% from 255) = 45.34%
BLUE value IS 94 (37.11% from 255) = 29.19%
R=25.47%
G=45.34%
B=29.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal82146940.4400.360.43131.2528.0744.71
Hex52925E2C0242B831c2d
Octal12222213654044532033455
Binary101001010010010101111010110001001001010111000001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52925E; }

 p { color: rgb(82,146,94); }

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

<style>
 a { background-color: #52925E; }

 a { background-color: rgb(82,146,94); }

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

<style>
 span { border-color: #52925E; }

 span { border-color: rgb(82,146,94); }

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