Html Css Color HEX #529965 Chateau Green

📋 copy color: '#529965'

red 82 ◦ green 153 ◦ blue 101

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

Shades of Chateau Green #529965

Tints of Chateau Green #529965

RGB

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

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

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

R = 24.4%
G = 45.54%
B = 30.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.4

RGB Variations

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

Color information

#529965 (or 0x529965) is known color: Chateau Green. HEX triplet: 52, 99 and 65. RGB value is (82,153,101). Sum of RGB (Red+Green+Blue) = 82+153+101=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #529965 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529965 is #AD669A. Grayscale: #7D7D7D. Windows color (decimal): -11363995 or 6658386. OLE color: 6658386.

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

Color convert

RGB 82 153 101 -
CMYK 0.46 0 0.34 0.4
HSL 136.06º 0.3% 0.46% -
HSV(B) 136.06º 0.46% 0.6% -
XYZ 17.22 25.52 16.33 -
YUV 125.84 113.98 96.73 -
System Red Green Blue C M Y K H S L
Decimal 82 153 101 0.46 0 0.34 0.4 136.06 0.3 0.46
Hex 52 99 65 2E 0 22 28 88 1E 2E
Octal 122 231 145 56 0 42 50 210 36 56
Binary 1010010 10011001 1100101 101110 0 100010 101000 10001000 11110 101110

Color Harmonies of #529965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529965

Black with #529965

Text Example


Text Example

White with #529965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529965; }

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

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

background-color css

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

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

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

border-color css

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

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

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