#526340

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

Shades of Chalet Green #526340

Tints of Chalet Green #526340

Color information

#526340 (or 0x526340) is unknown color: approx Chalet Green. HEX triplet: 52, 63 and 40. RGB value is (82,99,64). Sum of RGB (Red+Green+Blue) = 82+99+64=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 99 (39.06% from 255 or 40.41% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 99 - color contains mainly: green. Hex color #526340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526340 is #AD9CBF. Grayscale: #5A5A5A. Windows color (decimal): -11377856 or 4219730. OLE color: 4219730.

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

Color convert

RGB829964-
CMYK0.1700.350.61
HSL89.14º21.47%31.96%-
HSV(B)89.14º35.35%38.82%-
XYZ8.8711.096.52-
YUV89.93113.37122.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 99 (39.06% from 255) = 40.41%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=33.47%
G=40.41%
B=26.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8299640.1700.350.6189.1421.4731.96
Hex526340110233D591520
Octal12214310021043751312540
Binary101001011000111000000100010100011111101101100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526340; }

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

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

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

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

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

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

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

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