#526942

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

Shades of Chalet Green #526942

Tints of Chalet Green #526942

Color information

#526942 (or 0x526942) is unknown color: approx Chalet Green. HEX triplet: 52, 69 and 42. RGB value is (82,105,66). Sum of RGB (Red+Green+Blue) = 82+105+66=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 105 - color contains mainly: green. Hex color #526942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526942 is #AD96BD. Grayscale: #5D5D5D. Windows color (decimal): -11376318 or 4352338. OLE color: 4352338.

HSL color Cylindrical-coordinate representation of color #526942: hue angle of 95.38º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #526942 is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB8210566-
CMYK0.2200.370.59
HSL95.38º22.81%33.53%-
HSV(B)95.38º37.14%41.18%-
XYZ9.5112.297.03-
YUV93.68112.38119.67-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.41%
GREEN value IS 105 (41.41% from 255) = 41.50%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=32.41%
G=41.50%
B=26.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105660.2200.370.5995.3822.8133.53
Hex526942160253B5f1722
Octal12215110226045731372742
Binary101001011010011000010101100100101111011101111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526942; }

 p { color: rgb(82,105,66); }

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

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

 a { background-color: rgb(82,105,66); }

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

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

 span { border-color: rgb(82,105,66); }

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