Html Css Color HEX #529962 Chateau Green

📋 copy color: '#529962'

red 82 ◦ green 153 ◦ blue 98

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

Shades of Chateau Green #529962

Tints of Chateau Green #529962

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.95%

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

R = 24.62%
G = 45.95%
B = 29.43%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.36

 K value IS 0.4

RGB Variations

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

Color information

#529962 (or 0x529962) is known color: Chateau Green. HEX triplet: 52, 99 and 62. RGB value is (82,153,98). Sum of RGB (Red+Green+Blue) = 82+153+98=333 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.62% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 98 (38.67% from 255 or 29.43% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #529962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529962 is #AD669D. Grayscale: #7D7D7D. Windows color (decimal): -11363998 or 6461778. OLE color: 6461778.

HSL color Cylindrical-coordinate representation of color #529962: hue angle of 133.52º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529962 is Cyan = 0.46, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 98 -
CMYK 0.46 0 0.36 0.4
HSL 133.52º 0.3% 0.46% -
HSV(B) 133.52º 0.46% 0.6% -
XYZ 17.08 25.46 15.57 -
YUV 125.5 112.48 96.97 -
System Red Green Blue C M Y K H S L
Decimal 82 153 98 0.46 0 0.36 0.4 133.52 0.3 0.46
Hex 52 99 62 2E 0 24 28 86 1E 2E
Octal 122 231 142 56 0 44 50 206 36 56
Binary 1010010 10011001 1100010 101110 0 100100 101000 10000110 11110 101110

Color Harmonies of #529962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529962

Black with #529962

Text Example


Text Example

White with #529962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529962; }

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

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

background-color css

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

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

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

border-color css

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

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

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