#526C3A

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

Shades of Chalet Green #526C3A

Tints of Chalet Green #526C3A

Color information

#526C3A (or 0x526C3A) is unknown color: approx Chalet Green. HEX triplet: 52, 6C and 3A. RGB value is (82,108,58). Sum of RGB (Red+Green+Blue) = 82+108+58=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 58 (23.05% from 255 or 23.39% from 248); Max value from RGB is 108 - color contains mainly: green. Hex color #526C3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C3A is #AD93C5. Grayscale: #5E5E5E. Windows color (decimal): -11375558 or 3828818. OLE color: 3828818.

HSL color Cylindrical-coordinate representation of color #526C3A: hue angle of 91.2º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #526C3A is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB8210858-
CMYK0.2400.460.58
HSL91.2º30.12%32.55%-
HSV(B)91.2º46.3%42.35%-
XYZ9.6112.825.97-
YUV94.53107.39119.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.06%
GREEN value IS 108 (42.58% from 255) = 43.55%
BLUE value IS 58 (23.05% from 255) = 23.39%
R=33.06%
G=43.55%
B=23.39%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82108580.2400.460.5891.230.1232.55
Hex526C3A1802E3A5b1e21
Octal1221547230056721333641
Binary10100101101100111010110000101110111010101101111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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