#5A693D

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

Shades of Chalet Green #5A693D

Tints of Chalet Green #5A693D

Color information

#5A693D (or 0x5A693D) is unknown color: approx Chalet Green. HEX triplet: 5A, 69 and 3D. RGB value is (90,105,61). Sum of RGB (Red+Green+Blue) = 90+105+61=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #5A693D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A693D is #A596C2. Grayscale: #5F5F5F. Windows color (decimal): -10852035 or 4024666. OLE color: 4024666.

HSL color Cylindrical-coordinate representation of color #5A693D: hue angle of 80.45º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A693D is Cyan = 0.14, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB9010561-
CMYK0.1400.420.59
HSL80.45º26.51%32.55%-
HSV(B)80.45º41.9%41.18%-
XYZ10.1112.616.32-
YUV95.5108.53124.08-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.16%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 61 (24.22% from 255) = 23.83%
R=35.16%
G=41.02%
B=23.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal90105610.1400.420.5980.4526.5132.55
Hex5A693DE02A3B501b21
Octal1321517516052731203341
Binary1011010110100111110111100101010111011101000011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A693D; }

 p { color: rgb(90,105,61); }

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

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

 a { background-color: rgb(90,105,61); }

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

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

 span { border-color: rgb(90,105,61); }

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