Html Css Color HEX #529062 Chateau Green

📋 copy color: '#529062'

red 82 ◦ green 144 ◦ blue 98

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

Shades of Chateau Green #529062

Tints of Chateau Green #529062

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.44%

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

R = 25.31%
G = 44.44%
B = 30.25%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.44

RGB Variations

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

Color information

#529062 (or 0x529062) is known color: Chateau Green. HEX triplet: 52, 90 and 62. RGB value is (82,144,98). Sum of RGB (Red+Green+Blue) = 82+144+98=324 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.31% from 324); Green value is 144 (56.64% from 255 or 44.44% from 324); Blue value is 98 (38.67% from 255 or 30.25% from 324); Max value from RGB is 144 - color contains mainly: green. Hex color #529062 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529062 is #AD6F9D. Grayscale: #787878. Windows color (decimal): -11366302 or 6459474. OLE color: 6459474.

HSL color Cylindrical-coordinate representation of color #529062: hue angle of 135.48º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #529062 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.44.

Color convert

RGB 82 144 98 -
CMYK 0.43 0 0.32 0.44
HSL 135.48º 0.27% 0.44% -
HSV(B) 135.48º 0.43% 0.56% -
XYZ 15.66 22.62 15.1 -
YUV 120.22 115.46 100.74 -
System Red Green Blue C M Y K H S L
Decimal 82 144 98 0.43 0 0.32 0.44 135.48 0.27 0.44
Hex 52 90 62 2B 0 20 2C 87 1B 2C
Octal 122 220 142 53 0 40 54 207 33 54
Binary 1010010 10010000 1100010 101011 0 100000 101100 10000111 11011 101100

Color Harmonies of #529062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529062

Black with #529062

Text Example


Text Example

White with #529062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529062; }

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

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

background-color css

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

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

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

border-color css

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

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

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