#526939

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

Shades of Chalet Green #526939

Tints of Chalet Green #526939

Color information

#526939 (or 0x526939) is unknown color: approx Chalet Green. HEX triplet: 52, 69 and 39. RGB value is (82,105,57). Sum of RGB (Red+Green+Blue) = 82+105+57=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 105 (41.41% from 255 or 43.03% from 244); Blue value is 57 (22.66% from 255 or 23.36% from 244); Max value from RGB is 105 - color contains mainly: green. Hex color #526939 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526939 is #AD96C6. Grayscale: #5C5C5C. Windows color (decimal): -11376327 or 3762514. OLE color: 3762514.

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

Color convert

RGB8210557-
CMYK0.2200.460.59
HSL88.75º29.63%31.76%-
HSV(B)88.75º45.71%41.18%-
XYZ9.2712.195.74-
YUV92.65107.88120.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.61%
GREEN value IS 105 (41.41% from 255) = 43.03%
BLUE value IS 57 (22.66% from 255) = 23.36%
R=33.61%
G=43.03%
B=23.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105570.2200.460.5988.7529.6331.76
Hex5269391602E3B591e20
Octal1221517126056731313640
Binary10100101101001111001101100101110111011101100111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526939; }

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

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

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

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

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

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

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

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