#526B3E

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

Shades of Chalet Green #526B3E

Tints of Chalet Green #526B3E

Color information

#526B3E (or 0x526B3E) is unknown color: approx Chalet Green. HEX triplet: 52, 6B and 3E. RGB value is (82,107,62). Sum of RGB (Red+Green+Blue) = 82+107+62=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 62 (24.61% from 255 or 24.70% from 251); Max value from RGB is 107 - color contains mainly: green. Hex color #526B3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526B3E is #AD94C1. Grayscale: #5E5E5E. Windows color (decimal): -11375810 or 4090706. OLE color: 4090706.

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

Color convert

RGB8210762-
CMYK0.2300.420.58
HSL93.33º26.63%33.14%-
HSV(B)93.33º42.06%41.96%-
XYZ9.6112.666.49-
YUV94.4109.72119.16-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.67%
GREEN value IS 107 (42.19% from 255) = 42.63%
BLUE value IS 62 (24.61% from 255) = 24.70%
R=32.67%
G=42.63%
B=24.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82107620.2300.420.5893.3326.6333.14
Hex526B3E1702A3A5d1b21
Octal1221537627052721353341
Binary10100101101011111110101110101010111010101110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,107,62); }

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

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

 a { background-color: rgb(82,107,62); }

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

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

 span { border-color: rgb(82,107,62); }

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