#5A693F

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

Shades of Chalet Green #5A693F

Tints of Chalet Green #5A693F

Color information

#5A693F (or 0x5A693F) is unknown color: approx Chalet Green. HEX triplet: 5A, 69 and 3F. RGB value is (90,105,63). Sum of RGB (Red+Green+Blue) = 90+105+63=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 63 (25% from 255 or 24.42% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #5A693F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A693F is #A596C0. Grayscale: #5F5F5F. Windows color (decimal): -10852033 or 4155738. OLE color: 4155738.

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

Color convert

RGB9010563-
CMYK0.1400.40.59
HSL81.43º25%32.94%-
HSV(B)81.43º40%41.18%-
XYZ10.1712.646.61-
YUV95.73109.53123.92-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.88%
GREEN value IS 105 (41.41% from 255) = 40.70%
BLUE value IS 63 (25% from 255) = 24.42%
R=34.88%
G=40.70%
B=24.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal90105630.1400.40.5981.432532.94
Hex5A693FE0283B511921
Octal1321517716050731213141
Binary1011010110100111111111100101000111011101000111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A693F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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