#526C41

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

Shades of Chalet Green #526C41

Tints of Chalet Green #526C41

Color information

#526C41 (or 0x526C41) is unknown color: approx Chalet Green. HEX triplet: 52, 6C and 41. RGB value is (82,108,65). Sum of RGB (Red+Green+Blue) = 82+108+65=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 108 - color contains mainly: green. Hex color #526C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C41 is #AD93BE. Grayscale: #5F5F5F. Windows color (decimal): -11375551 or 4287570. OLE color: 4287570.

HSL color Cylindrical-coordinate representation of color #526C41: hue angle of 96.28º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #526C41 is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB8210865-
CMYK0.2400.400.58
HSL96.28º24.86%33.92%-
HSV(B)96.28º39.81%42.35%-
XYZ9.812.96.97-
YUV95.32110.89118.5-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.16%
GREEN value IS 108 (42.58% from 255) = 42.35%
BLUE value IS 65 (25.78% from 255) = 25.49%
R=32.16%
G=42.35%
B=25.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82108650.2400.400.5896.2824.8633.92
Hex526C41180283A601922
Octal12215410130050721403142
Binary101001011011001000001110000101000111010110000011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526C41; }

 p { color: rgb(82,108,65); }

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

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

 a { background-color: rgb(82,108,65); }

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

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

 span { border-color: rgb(82,108,65); }

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