Html Css Color HEX #529C65 Chateau Green

📋 copy color: '#529C65'

red 82 ◦ green 156 ◦ blue 101

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

Shades of Chateau Green #529C65

Tints of Chateau Green #529C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.79%

R = 24.19%
G = 46.02%
B = 29.79%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.39

RGB Variations

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

Color information

#529C65 (or 0x529C65) is known color: Chateau Green. HEX triplet: 52, 9C and 65. RGB value is (82,156,101). Sum of RGB (Red+Green+Blue) = 82+156+101=339 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.19% from 339); Green value is 156 (61.33% from 255 or 46.02% from 339); Blue value is 101 (39.84% from 255 or 29.79% from 339); Max value from RGB is 156 - color contains mainly: green. Hex color #529C65 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529C65 is #AD639A. Grayscale: #7F7F7F. Windows color (decimal): -11363227 or 6659154. OLE color: 6659154.

HSL color Cylindrical-coordinate representation of color #529C65: hue angle of 135.41º 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 #529C65 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB 82 156 101 -
CMYK 0.47 0 0.35 0.39
HSL 135.41º 0.31% 0.47% -
HSV(B) 135.41º 0.47% 0.61% -
XYZ 17.72 26.51 16.5 -
YUV 127.6 112.98 95.47 -
System Red Green Blue C M Y K H S L
Decimal 82 156 101 0.47 0 0.35 0.39 135.41 0.31 0.47
Hex 52 9C 65 2F 0 23 27 87 1F 2F
Octal 122 234 145 57 0 43 47 207 37 57
Binary 1010010 10011100 1100101 101111 0 100011 100111 10000111 11111 101111

Color Harmonies of #529C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529C65

Black with #529C65

Text Example


Text Example

White with #529C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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