Html Css Color HEX #529562 Chateau Green

📋 copy color: '#529562'

red 82 ◦ green 149 ◦ blue 98

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

Shades of Chateau Green #529562

Tints of Chateau Green #529562

RGB

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

 GREEN value IS 149 (58.59% from 255) = 45.29%

 BLUE value IS 98 (38.67% from 255) = 29.79%

R = 24.92%
G = 45.29%
B = 29.79%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#529562 (or 0x529562) is known color: Chateau Green. HEX triplet: 52, 95 and 62. RGB value is (82,149,98). Sum of RGB (Red+Green+Blue) = 82+149+98=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 149 (58.59% from 255 or 45.29% from 329); Blue value is 98 (38.67% from 255 or 29.79% from 329); Max value from RGB is 149 - color contains mainly: green. Hex color #529562 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529562 is #AD6A9D. Grayscale: #7B7B7B. Windows color (decimal): -11365022 or 6460754. OLE color: 6460754.

HSL color Cylindrical-coordinate representation of color #529562: hue angle of 134.33º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529562 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 149 98 -
CMYK 0.45 0 0.34 0.42
HSL 134.33º 0.29% 0.45% -
HSV(B) 134.33º 0.45% 0.58% -
XYZ 16.43 24.17 15.35 -
YUV 123.15 113.8 98.65 -
System Red Green Blue C M Y K H S L
Decimal 82 149 98 0.45 0 0.34 0.42 134.33 0.29 0.45
Hex 52 95 62 2D 0 22 2A 86 1D 2D
Octal 122 225 142 55 0 42 52 206 35 55
Binary 1010010 10010101 1100010 101101 0 100010 101010 10000110 11101 101101

Color Harmonies of #529562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529562

Black with #529562

Text Example


Text Example

White with #529562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529562; }

 p { color: rgb(82,149,98); }

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

background-color css

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

 a { background-color: rgb(82,149,98); }

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

border-color css

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

 span { border-color: rgb(82,149,98); }

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