#529767

Color #529767 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #529767

Tints of Chateau Green #529767

Color information

#529767 (or 0x529767) is unknown color: approx Chateau Green. HEX triplet: 52, 97 and 67. RGB value is (82,151,103). Sum of RGB (Red+Green+Blue) = 82+151+103=336 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.40% from 336); Green value is 151 (59.38% from 255 or 44.94% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 151 - color contains mainly: green. Hex color #529767 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #529767 is #AD6898. Grayscale: #7D7D7D. Windows color (decimal): -11364505 or 6788946. OLE color: 6788946.

HSL color Cylindrical-coordinate representation of color #529767: hue angle of 138.26º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #529767 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB82151103-
CMYK0.4600.320.41
HSL138.26º29.61%45.69%-
HSV(B)138.26º45.7%59.22%-
XYZ16.9924.9116.74-
YUV124.9115.6497.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 24.40%
GREEN value IS 151 (59.38% from 255) = 44.94%
BLUE value IS 103 (40.62% from 255) = 30.65%
R=24.40%
G=44.94%
B=30.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal821511030.4600.320.41138.2629.6145.69
Hex5297672E020298a1e2e
Octal12222714756040512123656
Binary101001010010111110011110111001000001010011000101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #529767; }

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

 H1.HeaderClassName
 {
   color: #529767;
 }
 .AnyTagClassName
 {
   color: #529767;
 }
</style>
background-color css

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

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

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

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

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

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