#526341

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

Shades of Chalet Green #526341

Tints of Chalet Green #526341

Color information

#526341 (or 0x526341) is unknown color: approx Chalet Green. HEX triplet: 52, 63 and 41. RGB value is (82,99,65). Sum of RGB (Red+Green+Blue) = 82+99+65=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 65 (25.78% from 255 or 26.42% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #526341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526341 is #AD9CBE. Grayscale: #5A5A5A. Windows color (decimal): -11377855 or 4285266. OLE color: 4285266.

HSL color Cylindrical-coordinate representation of color #526341: hue angle of 90º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #526341 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB829965-
CMYK0.1700.340.61
HSL90º20.73%32.16%-
HSV(B)90º34.34%38.82%-
XYZ8.911.16.67-
YUV90.04113.87122.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.33%
GREEN value IS 99 (39.06% from 255) = 40.24%
BLUE value IS 65 (25.78% from 255) = 26.42%
R=33.33%
G=40.24%
B=26.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8299650.1700.340.619020.7332.16
Hex526341110223D5a1520
Octal12214310121042751322540
Binary101001011000111000001100010100010111101101101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526341; }

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

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

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

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

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

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

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

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