Html Css Color HEX #529964 Chateau Green

📋 copy color: '#529964'

red 82 ◦ green 153 ◦ blue 100

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

Shades of Chateau Green #529964

Tints of Chateau Green #529964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.85%

R = 24.48%
G = 45.67%
B = 29.85%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#529964 (or 0x529964) is known color: Chateau Green. HEX triplet: 52, 99 and 64. RGB value is (82,153,100). Sum of RGB (Red+Green+Blue) = 82+153+100=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 100 (39.45% from 255 or 29.85% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #529964 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529964 is #AD669B. Grayscale: #7D7D7D. Windows color (decimal): -11363996 or 6592850. OLE color: 6592850.

HSL color Cylindrical-coordinate representation of color #529964: hue angle of 135.21º 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 #529964 is Cyan = 0.46, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 82 153 100 -
CMYK 0.46 0 0.35 0.4
HSL 135.21º 0.3% 0.46% -
HSV(B) 135.21º 0.46% 0.6% -
XYZ 17.17 25.5 16.07 -
YUV 125.73 113.48 96.81 -
System Red Green Blue C M Y K H S L
Decimal 82 153 100 0.46 0 0.35 0.4 135.21 0.3 0.46
Hex 52 99 64 2E 0 23 28 87 1E 2E
Octal 122 231 144 56 0 43 50 207 36 56
Binary 1010010 10011001 1100100 101110 0 100011 101000 10000111 11110 101110

Color Harmonies of #529964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529964

Black with #529964

Text Example


Text Example

White with #529964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529964; }

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

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

background-color css

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

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

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

border-color css

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

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

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