Html Css Color HEX #5A693B Chalet Green

📋 copy color: '#5A693B'

red 90 ◦ green 105 ◦ blue 59

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

Shades of Chalet Green #5A693B

Tints of Chalet Green #5A693B

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

 M value IS 0

 Y value IS 0.44

 K value IS 0.59

RGB Variations

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

Color information

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

RGB 90 105 59 -
CMYK 0.14 0 0.44 0.59
HSL 79.57º 0.28% 0.32% -
HSV(B) 79.57º 0.44% 0.41% -
XYZ 10.06 12.59 6.04 -
YUV 95.27 107.53 124.24 -
System Red Green Blue C M Y K H S L
Decimal 90 105 59 0.14 0 0.44 0.59 79.57 0.28 0.32
Hex 5A 69 3B E 0 2C 3B 50 1C 20
Octal 132 151 73 16 0 54 73 120 34 40
Binary 1011010 1101001 111011 1110 0 101100 111011 1010000 11100 100000

Color Harmonies of #5A693B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A693B

Black with #5A693B

Text Example


Text Example

White with #5A693B

Text Example


Text Example

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