Html Css Color HEX #529267 Chateau Green

📋 copy color: '#529267'

red 82 ◦ green 146 ◦ blue 103

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

Shades of Chateau Green #529267

Tints of Chateau Green #529267

RGB

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

 GREEN value IS 146 (57.42% from 255) = 44.11%

 BLUE value IS 103 (40.63% from 255) = 31.12%

R = 24.77%
G = 44.11%
B = 31.12%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#529267 (or 0x529267) is known color: Chateau Green. HEX triplet: 52, 92 and 67. RGB value is (82,146,103). Sum of RGB (Red+Green+Blue) = 82+146+103=331 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.77% from 331); Green value is 146 (57.42% from 255 or 44.11% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 146 - color contains mainly: green. Hex color #529267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529267 is #AD6D98. Grayscale: #7A7A7A. Windows color (decimal): -11365785 or 6787666. OLE color: 6787666.

HSL color Cylindrical-coordinate representation of color #529267: hue angle of 139.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #529267 is Cyan = 0.44, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 146 103 -
CMYK 0.44 0 0.29 0.43
HSL 139.69º 0.28% 0.45% -
HSV(B) 139.69º 0.44% 0.57% -
XYZ 16.21 23.33 16.48 -
YUV 121.96 117.3 99.5 -
System Red Green Blue C M Y K H S L
Decimal 82 146 103 0.44 0 0.29 0.43 139.69 0.28 0.45
Hex 52 92 67 2C 0 1D 2B 8C 1C 2D
Octal 122 222 147 54 0 35 53 214 34 55
Binary 1010010 10010010 1100111 101100 0 11101 101011 10001100 11100 101101

Color Harmonies of #529267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529267

Black with #529267

Text Example


Text Example

White with #529267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529267; }

 p { color: rgb(82,146,103); }

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

background-color css

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

 a { background-color: rgb(82,146,103); }

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

border-color css

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

 span { border-color: rgb(82,146,103); }

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