Html Css Color HEX #52935D Chateau Green

📋 copy color: '#52935D'

red 82 ◦ green 147 ◦ blue 93

#52935D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #52935D

Tints of Chateau Green #52935D

RGB

 RED value IS 82 (32.42% from 255) = 25.47%

 GREEN value IS 147 (57.81% from 255) = 45.65%

 BLUE value IS 93 (36.72% from 255) = 28.88%

R = 25.47%
G = 45.65%
B = 28.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#52935D (or 0x52935D) is known color: Chateau Green. HEX triplet: 52, 93 and 5D. RGB value is (82,147,93). Sum of RGB (Red+Green+Blue) = 82+147+93=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 147 (57.81% from 255 or 45.65% from 322); Blue value is 93 (36.72% from 255 or 28.88% from 322); Max value from RGB is 147 - color contains mainly: green. Hex color #52935D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52935D is #AD6CA2. Grayscale: #797979. Windows color (decimal): -11365539 or 6132562. OLE color: 6132562.

HSL color Cylindrical-coordinate representation of color #52935D: hue angle of 130.15º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #52935D is Cyan = 0.44, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 147 93 -
CMYK 0.44 0 0.37 0.42
HSL 130.15º 0.28% 0.45% -
HSV(B) 130.15º 0.44% 0.58% -
XYZ 15.89 23.45 14.05 -
YUV 121.41 111.97 99.89 -
System Red Green Blue C M Y K H S L
Decimal 82 147 93 0.44 0 0.37 0.42 130.15 0.28 0.45
Hex 52 93 5D 2C 0 25 2A 82 1C 2D
Octal 122 223 135 54 0 45 52 202 34 55
Binary 1010010 10010011 1011101 101100 0 100101 101010 10000010 11100 101101

Color Harmonies of #52935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52935D

Black with #52935D

Text Example


Text Example

White with #52935D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52935D;
 }
 .AnyTagClassName
 {
   color: #52935D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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