Html Css Color HEX #529762 Chateau Green

📋 copy color: '#529762'

red 82 ◦ green 151 ◦ blue 98

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

Shades of Chateau Green #529762

Tints of Chateau Green #529762

RGB

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

 GREEN value IS 151 (59.38% from 255) = 45.62%

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

R = 24.77%
G = 45.62%
B = 29.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#529762 (or 0x529762) is known color: Chateau Green. HEX triplet: 52, 97 and 62. RGB value is (82,151,98). Sum of RGB (Red+Green+Blue) = 82+151+98=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 151 (59.38% from 255 or 45.62% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 151 - color contains mainly: green. Hex color #529762 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529762 is #AD689D. Grayscale: #7C7C7C. Windows color (decimal): -11364510 or 6461266. OLE color: 6461266.

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

Color convert

RGB 82 151 98 -
CMYK 0.46 0 0.35 0.41
HSL 133.91º 0.3% 0.46% -
HSV(B) 133.91º 0.46% 0.59% -
XYZ 16.75 24.81 15.46 -
YUV 124.33 113.14 97.81 -
System Red Green Blue C M Y K H S L
Decimal 82 151 98 0.46 0 0.35 0.41 133.91 0.3 0.46
Hex 52 97 62 2E 0 23 29 86 1E 2E
Octal 122 227 142 56 0 43 51 206 36 56
Binary 1010010 10010111 1100010 101110 0 100011 101001 10000110 11110 101110

Color Harmonies of #529762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529762

Black with #529762

Text Example


Text Example

White with #529762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529762; }

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

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

background-color css

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

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

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

border-color css

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

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

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