Html Css Color HEX #529463 Chateau Green

📋 copy color: '#529463'

red 82 ◦ green 148 ◦ blue 99

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

Shades of Chateau Green #529463

Tints of Chateau Green #529463

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.98%

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

R = 24.92%
G = 44.98%
B = 30.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#529463 (or 0x529463) is known color: Chateau Green. HEX triplet: 52, 94 and 63. RGB value is (82,148,99). Sum of RGB (Red+Green+Blue) = 82+148+99=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 148 (58.20% from 255 or 44.98% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 148 - color contains mainly: green. Hex color #529463 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529463 is #AD6B9C. Grayscale: #7A7A7A. Windows color (decimal): -11365277 or 6526034. OLE color: 6526034.

HSL color Cylindrical-coordinate representation of color #529463: hue angle of 135.45º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #529463 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 99 -
CMYK 0.45 0 0.33 0.42
HSL 135.45º 0.29% 0.45% -
HSV(B) 135.45º 0.45% 0.58% -
XYZ 16.32 23.87 15.55 -
YUV 122.68 114.63 98.98 -
System Red Green Blue C M Y K H S L
Decimal 82 148 99 0.45 0 0.33 0.42 135.45 0.29 0.45
Hex 52 94 63 2D 0 21 2A 87 1D 2D
Octal 122 224 143 55 0 41 52 207 35 55
Binary 1010010 10010100 1100011 101101 0 100001 101010 10000111 11101 101101

Color Harmonies of #529463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529463

Black with #529463

Text Example


Text Example

White with #529463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529463; }

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

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

background-color css

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

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

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

border-color css

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

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

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