#536440

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

Shades of Chalet Green #536440

Tints of Chalet Green #536440

Color information

#536440 (or 0x536440) is unknown color: approx Chalet Green. HEX triplet: 53, 64 and 40. RGB value is (83,100,64). Sum of RGB (Red+Green+Blue) = 83+100+64=247 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.60% from 247); Green value is 100 (39.45% from 255 or 40.49% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 100 - color contains mainly: green. Hex color #536440 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536440 is #AC9BBF. Grayscale: #5A5A5A. Windows color (decimal): -11312064 or 4219987. OLE color: 4219987.

HSL color Cylindrical-coordinate representation of color #536440: hue angle of 88.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #536440 is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB8310064-
CMYK0.1700.360.61
HSL88.33º21.95%32.16%-
HSV(B)88.33º36%39.22%-
XYZ9.0511.326.56-
YUV90.81112.87122.43-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.60%
GREEN value IS 100 (39.45% from 255) = 40.49%
BLUE value IS 64 (25.39% from 255) = 25.91%
R=33.60%
G=40.49%
B=25.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal83100640.1700.360.6188.3321.9532.16
Hex536440110243D581620
Octal12314410021044751302640
Binary101001111001001000000100010100100111101101100010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536440; }

 p { color: rgb(83,100,64); }

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

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

 a { background-color: rgb(83,100,64); }

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

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

 span { border-color: rgb(83,100,64); }

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