Html Css Color HEX #5A693D Chalet Green

📋 copy color: '#5A693D'

red 90 ◦ green 105 ◦ blue 61

#5A693D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chalet Green #5A693D

Tints of Chalet Green #5A693D

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 value IS 0.14

 M value IS 0

 Y value IS 0.42

 K value IS 0.59

RGB Variations

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

Color information

#5A693D (or 0x5A693D) is known color: 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

RGB 90 105 61 -
CMYK 0.14 0 0.42 0.59
HSL 80.45º 0.27% 0.33% -
HSV(B) 80.45º 0.42% 0.41% -
XYZ 10.11 12.61 6.32 -
YUV 95.5 108.53 124.08 -
System Red Green Blue C M Y K H S L
Decimal 90 105 61 0.14 0 0.42 0.59 80.45 0.27 0.33
Hex 5A 69 3D E 0 2A 3B 50 1B 21
Octal 132 151 75 16 0 52 73 120 33 41
Binary 1011010 1101001 111101 1110 0 101010 111011 1010000 11011 100001

Color Harmonies of #5A693D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A693D

Black with #5A693D

Text Example


Text Example

White with #5A693D

Text Example


Text Example

HTML Codes & Css Web 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>