Html Css Color HEX #529363 Chateau Green

📋 copy color: '#529363'

red 82 ◦ green 147 ◦ blue 99

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

Shades of Chateau Green #529363

Tints of Chateau Green #529363

RGB

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

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

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

R = 25%
G = 44.82%
B = 30.18%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#529363 (or 0x529363) is known color: Chateau Green. HEX triplet: 52, 93 and 63. RGB value is (82,147,99). Sum of RGB (Red+Green+Blue) = 82+147+99=328 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25% from 328); Green value is 147 (57.81% from 255 or 44.82% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 147 - color contains mainly: green. Hex color #529363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529363 is #AD6C9C. Grayscale: #7A7A7A. Windows color (decimal): -11365533 or 6525778. OLE color: 6525778.

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

Color convert

RGB 82 147 99 -
CMYK 0.44 0 0.33 0.42
HSL 135.69º 0.28% 0.45% -
HSV(B) 135.69º 0.44% 0.58% -
XYZ 16.17 23.56 15.5 -
YUV 122.09 114.97 99.4 -
System Red Green Blue C M Y K H S L
Decimal 82 147 99 0.44 0 0.33 0.42 135.69 0.28 0.45
Hex 52 93 63 2C 0 21 2A 88 1C 2D
Octal 122 223 143 54 0 41 52 210 34 55
Binary 1010010 10010011 1100011 101100 0 100001 101010 10001000 11100 101101

Color Harmonies of #529363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529363

Black with #529363

Text Example


Text Example

White with #529363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529363; }

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

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

background-color css

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

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

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

border-color css

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

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

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