Html Css Color HEX #52935F Chateau Green

📋 copy color: '#52935F'

red 82 ◦ green 147 ◦ blue 95

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

Shades of Chateau Green #52935F

Tints of Chateau Green #52935F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.32%

R = 25.31%
G = 45.37%
B = 29.32%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#52935F (or 0x52935F) is known color: Chateau Green. HEX triplet: 52, 93 and 5F. RGB value is (82,147,95). Sum of RGB (Red+Green+Blue) = 82+147+95=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 147 (57.81% from 255 or 45.37% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 147 - color contains mainly: green. Hex color #52935F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52935F is #AD6CA0. Grayscale: #797979. Windows color (decimal): -11365537 or 6263634. OLE color: 6263634.

HSL color Cylindrical-coordinate representation of color #52935F: hue angle of 132º 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 #52935F is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 147 95 -
CMYK 0.44 0 0.35 0.42
HSL 132º 0.28% 0.45% -
HSV(B) 132º 0.44% 0.58% -
XYZ 15.98 23.49 14.52 -
YUV 121.64 112.97 99.73 -
System Red Green Blue C M Y K H S L
Decimal 82 147 95 0.44 0 0.35 0.42 132 0.28 0.45
Hex 52 93 5F 2C 0 23 2A 84 1C 2D
Octal 122 223 137 54 0 43 52 204 34 55
Binary 1010010 10010011 1011111 101100 0 100011 101010 10000100 11100 101101

Color Harmonies of #52935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52935F

Black with #52935F

Text Example


Text Example

White with #52935F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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