Html Css Color HEX #52925D Chateau Green

📋 copy color: '#52925D'

red 82 ◦ green 146 ◦ blue 93

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

Shades of Chateau Green #52925D

Tints of Chateau Green #52925D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.48%

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

R = 25.55%
G = 45.48%
B = 28.97%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#52925D (or 0x52925D) is known color: Chateau Green. HEX triplet: 52, 92 and 5D. RGB value is (82,146,93). Sum of RGB (Red+Green+Blue) = 82+146+93=321 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.55% from 321); Green value is 146 (57.42% from 255 or 45.48% from 321); Blue value is 93 (36.72% from 255 or 28.97% from 321); Max value from RGB is 146 - color contains mainly: green. Hex color #52925D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52925D is #AD6DA2. Grayscale: #787878. Windows color (decimal): -11365795 or 6132306. OLE color: 6132306.

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

Color convert

RGB 82 146 93 -
CMYK 0.44 0 0.36 0.43
HSL 130.31º 0.28% 0.45% -
HSV(B) 130.31º 0.44% 0.57% -
XYZ 15.73 23.14 13.99 -
YUV 120.82 112.3 100.31 -
System Red Green Blue C M Y K H S L
Decimal 82 146 93 0.44 0 0.36 0.43 130.31 0.28 0.45
Hex 52 92 5D 2C 0 24 2B 82 1C 2D
Octal 122 222 135 54 0 44 53 202 34 55
Binary 1010010 10010010 1011101 101100 0 100100 101011 10000010 11100 101101

Color Harmonies of #52925D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52925D

Black with #52925D

Text Example


Text Example

White with #52925D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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