Html Css Color HEX #529260 Chateau Green

📋 copy color: '#529260'

red 82 ◦ green 146 ◦ blue 96

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

Shades of Chateau Green #529260

Tints of Chateau Green #529260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 29.63%

R = 25.31%
G = 45.06%
B = 29.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#529260 (or 0x529260) is known color: Chateau Green. HEX triplet: 52, 92 and 60. RGB value is (82,146,96). Sum of RGB (Red+Green+Blue) = 82+146+96=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 146 (57.42% from 255 or 45.06% from 324); Blue value is 96 (37.89% from 255 or 29.63% from 324); Max value from RGB is 146 - color contains mainly: green. Hex color #529260 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529260 is #AD6D9F. Grayscale: #797979. Windows color (decimal): -11365792 or 6328914. OLE color: 6328914.

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

Color convert

RGB 82 146 96 -
CMYK 0.44 0 0.34 0.43
HSL 133.13º 0.28% 0.45% -
HSV(B) 133.13º 0.44% 0.57% -
XYZ 15.87 23.2 14.71 -
YUV 121.16 113.8 100.07 -
System Red Green Blue C M Y K H S L
Decimal 82 146 96 0.44 0 0.34 0.43 133.13 0.28 0.45
Hex 52 92 60 2C 0 22 2B 85 1C 2D
Octal 122 222 140 54 0 42 53 205 34 55
Binary 1010010 10010010 1100000 101100 0 100010 101011 10000101 11100 101101

Color Harmonies of #529260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529260

Black with #529260

Text Example


Text Example

White with #529260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529260; }

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

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

background-color css

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

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

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

border-color css

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

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

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