#5A693E

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

Shades of Chalet Green #5A693E

Tints of Chalet Green #5A693E

Color information

#5A693E (or 0x5A693E) is unknown color: approx Chalet Green. HEX triplet: 5A, 69 and 3E. RGB value is (90,105,62). Sum of RGB (Red+Green+Blue) = 90+105+62=257 (34% of max value = 765). Red value is 90 (35.55% from 255 or 35.02% from 257); Green value is 105 (41.41% from 255 or 40.86% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 105 - color contains mainly: green. Hex color #5A693E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A693E is #A596C1. Grayscale: #5F5F5F. Windows color (decimal): -10852034 or 4090202. OLE color: 4090202.

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

Color convert

RGB9010562-
CMYK0.1400.410.59
HSL80.93º25.75%32.75%-
HSV(B)80.93º40.95%41.18%-
XYZ10.1412.626.46-
YUV95.61109.03124-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 35.02%
GREEN value IS 105 (41.41% from 255) = 40.86%
BLUE value IS 62 (24.61% from 255) = 24.12%
R=35.02%
G=40.86%
B=24.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal90105620.1400.410.5980.9325.7532.75
Hex5A693EE0293B511a21
Octal1321517616051731213241
Binary1011010110100111111011100101001111011101000111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A693E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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