#526542

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

Shades of Chalet Green #526542

Tints of Chalet Green #526542

Color information

#526542 (or 0x526542) is unknown color: approx Chalet Green. HEX triplet: 52, 65 and 42. RGB value is (82,101,66). Sum of RGB (Red+Green+Blue) = 82+101+66=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 101 (39.84% from 255 or 40.56% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 101 - color contains mainly: green. Hex color #526542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526542 is #AD9ABD. Grayscale: #5B5B5B. Windows color (decimal): -11377342 or 4351314. OLE color: 4351314.

HSL color Cylindrical-coordinate representation of color #526542: hue angle of 92.57º degrees, saturation: 0.21, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #526542 is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.60.

Color convert

RGB8210166-
CMYK0.1900.350.60
HSL92.57º20.96%32.75%-
HSV(B)92.57º34.65%39.61%-
XYZ9.1211.496.89-
YUV91.33113.71121.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.93%
GREEN value IS 101 (39.84% from 255) = 40.56%
BLUE value IS 66 (26.17% from 255) = 26.51%
R=32.93%
G=40.56%
B=26.51%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82101660.1900.350.6092.5720.9632.75
Hex526542130233C5d1521
Octal12214510223043741352541
Binary101001011001011000010100110100011111100101110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526542; }

 p { color: rgb(82,101,66); }

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

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

 a { background-color: rgb(82,101,66); }

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

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

 span { border-color: rgb(82,101,66); }

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