Html Css Color HEX #529263 Chateau Green

📋 copy color: '#529263'

red 82 ◦ green 146 ◦ blue 99

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

Shades of Chateau Green #529263

Tints of Chateau Green #529263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.28%

R = 25.08%
G = 44.65%
B = 30.28%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#529263 (or 0x529263) is known color: Chateau Green. HEX triplet: 52, 92 and 63. RGB value is (82,146,99). Sum of RGB (Red+Green+Blue) = 82+146+99=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 146 (57.42% from 255 or 44.65% from 327); Blue value is 99 (39.06% from 255 or 30.28% from 327); Max value from RGB is 146 - color contains mainly: green. Hex color #529263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529263 is #AD6D9C. Grayscale: #797979. Windows color (decimal): -11365789 or 6525522. OLE color: 6525522.

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

Color convert

RGB 82 146 99 -
CMYK 0.44 0 0.32 0.43
HSL 135.94º 0.28% 0.45% -
HSV(B) 135.94º 0.44% 0.57% -
XYZ 16.01 23.25 15.45 -
YUV 121.51 115.3 99.82 -
System Red Green Blue C M Y K H S L
Decimal 82 146 99 0.44 0 0.32 0.43 135.94 0.28 0.45
Hex 52 92 63 2C 0 20 2B 88 1C 2D
Octal 122 222 143 54 0 40 53 210 34 55
Binary 1010010 10010010 1100011 101100 0 100000 101011 10001000 11100 101101

Color Harmonies of #529263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529263

Black with #529263

Text Example


Text Example

White with #529263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529263; }

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

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

background-color css

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

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

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

border-color css

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

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

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