#5A693B

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

Shades of Chalet Green #5A693B

Tints of Chalet Green #5A693B

Color information

#5A693B (or 0x5A693B) is unknown color: approx Chalet Green. HEX triplet: 5A, 69 and 3B. RGB value is (90,105,59). Sum of RGB (Red+Green+Blue) = 90+105+59=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 59 (23.44% from 255 or 23.23% from 254); Max value from RGB is 105 - color contains mainly: green. Hex color #5A693B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A693B is #A596C4. Grayscale: #5F5F5F. Windows color (decimal): -10852037 or 3893594. OLE color: 3893594.

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

Color convert

RGB9010559-
CMYK0.1400.440.59
HSL79.57º28.05%32.16%-
HSV(B)79.57º43.81%41.18%-
XYZ10.0612.596.04-
YUV95.27107.53124.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.43%
GREEN value IS 105 (41.41% from 255) = 41.34%
BLUE value IS 59 (23.44% from 255) = 23.23%
R=35.43%
G=41.34%
B=23.23%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal90105590.1400.440.5979.5728.0532.16
Hex5A693BE02C3B501c20
Octal1321517316054731203440
Binary1011010110100111101111100101100111011101000011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A693B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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