#526741

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

Shades of Chalet Green #526741

Tints of Chalet Green #526741

Color information

#526741 (or 0x526741) is unknown color: approx Chalet Green. HEX triplet: 52, 67 and 41. RGB value is (82,103,65). Sum of RGB (Red+Green+Blue) = 82+103+65=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 103 (40.62% from 255 or 41.2% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 103 - color contains mainly: green. Hex color #526741 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526741 is #AD98BE. Grayscale: #5C5C5C. Windows color (decimal): -11376831 or 4286290. OLE color: 4286290.

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

Color convert

RGB8210365-
CMYK0.2000.370.60
HSL93.16º22.62%32.94%-
HSV(B)93.16º36.89%40.39%-
XYZ9.2811.886.8-
YUV92.39112.54120.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.8%
GREEN value IS 103 (40.62% from 255) = 41.2%
BLUE value IS 65 (25.78% from 255) = 26%
R=32.8%
G=41.2%
B=26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82103650.2000.370.6093.1622.6232.94
Hex526741140253C5d1721
Octal12214710124045741352741
Binary101001011001111000001101000100101111100101110110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526741; }

 p { color: rgb(82,103,65); }

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

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

 a { background-color: rgb(82,103,65); }

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

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

 span { border-color: rgb(82,103,65); }

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