Html Css Color HEX #529C63 Chateau Green

📋 copy color: '#529C63'

red 82 ◦ green 156 ◦ blue 99

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

Shades of Chateau Green #529C63

Tints of Chateau Green #529C63

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.29%

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

R = 24.33%
G = 46.29%
B = 29.38%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0.39

RGB Variations

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

Color information

#529C63 (or 0x529C63) is known color: Chateau Green. HEX triplet: 52, 9C and 63. RGB value is (82,156,99). Sum of RGB (Red+Green+Blue) = 82+156+99=337 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.33% from 337); Green value is 156 (61.33% from 255 or 46.29% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 156 - color contains mainly: green. Hex color #529C63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C63 is #AD639C. Grayscale: #7F7F7F. Windows color (decimal): -11363229 or 6528082. OLE color: 6528082.

HSL color Cylindrical-coordinate representation of color #529C63: hue angle of 133.78º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #529C63 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 156 99 -
CMYK 0.47 0 0.37 0.39
HSL 133.78º 0.31% 0.47% -
HSV(B) 133.78º 0.47% 0.61% -
XYZ 17.62 26.47 15.99 -
YUV 127.38 111.98 95.63 -
System Red Green Blue C M Y K H S L
Decimal 82 156 99 0.47 0 0.37 0.39 133.78 0.31 0.47
Hex 52 9C 63 2F 0 25 27 86 1F 2F
Octal 122 234 143 57 0 45 47 206 37 57
Binary 1010010 10011100 1100011 101111 0 100101 100111 10000110 11111 101111

Color Harmonies of #529C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C63

Black with #529C63

Text Example


Text Example

White with #529C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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