#56693A

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

Shades of Chalet Green #56693A

Tints of Chalet Green #56693A

Color information

#56693A (or 0x56693A) is unknown color: approx Chalet Green. HEX triplet: 56, 69 and 3A. RGB value is (86,105,58). Sum of RGB (Red+Green+Blue) = 86+105+58=249 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.54% from 249); Green value is 105 (41.41% from 255 or 42.17% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 105 - color contains mainly: green. Hex color #56693A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56693A is #A996C5. Grayscale: #5E5E5E. Windows color (decimal): -11114182 or 3828054. OLE color: 3828054.

HSL color Cylindrical-coordinate representation of color #56693A: hue angle of 84.26º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #56693A is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.

Color convert

RGB8610558-
CMYK0.1800.450.59
HSL84.26º28.83%31.96%-
HSV(B)84.26º44.76%41.18%-
XYZ9.6512.395.89-
YUV93.96107.71122.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.54%
GREEN value IS 105 (41.41% from 255) = 42.17%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=34.54%
G=42.17%
B=23.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal86105580.1800.450.5984.2628.8331.96
Hex56693A1202D3B541d20
Octal1261517222055731243540
Binary10101101101001111010100100101101111011101010011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56693A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56693A; }

 p { color: rgb(86,105,58); }

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

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

 a { background-color: rgb(86,105,58); }

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

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

 span { border-color: rgb(86,105,58); }

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