#536344

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

Shades of Chalet Green #536344

Tints of Chalet Green #536344

Color information

#536344 (or 0x536344) is unknown color: approx Chalet Green. HEX triplet: 53, 63 and 44. RGB value is (83,99,68). Sum of RGB (Red+Green+Blue) = 83+99+68=250 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.2% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 99 - color contains mainly: green. Hex color #536344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #536344 is #AC9CBB. Grayscale: #5A5A5A. Windows color (decimal): -11312316 or 4481875. OLE color: 4481875.

HSL color Cylindrical-coordinate representation of color #536344: hue angle of 90.97º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #536344 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB839968-
CMYK0.1600.310.61
HSL90.97º18.56%32.75%-
HSV(B)90.97º31.31%38.82%-
XYZ9.0711.187.15-
YUV90.68115.2122.52-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.2%
GREEN value IS 99 (39.06% from 255) = 39.6%
BLUE value IS 68 (26.95% from 255) = 27.2%
R=33.2%
G=39.6%
B=27.2%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8399680.1600.310.6190.9718.5632.75
Hex5363441001F3D5b1321
Octal12314310420037751332341
Binary10100111100011100010010000011111111101101101110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536344; }

 p { color: rgb(83,99,68); }

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

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

 a { background-color: rgb(83,99,68); }

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

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

 span { border-color: rgb(83,99,68); }

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