Html Css Color HEX #5A6B40 Chalet Green

📋 copy color: '#5A6B40'

red 90 ◦ green 107 ◦ blue 64

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

Shades of Chalet Green #5A6B40

Tints of Chalet Green #5A6B40

RGB

 RED value IS 90 (35.55% from 255) = 34.48%

 GREEN value IS 107 (42.19% from 255) = 41%

 BLUE value IS 64 (25.39% from 255) = 24.52%

R = 34.48%
G = 41%
B = 24.52%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#5A6B40 (or 0x5A6B40) is known color: Chalet Green. HEX triplet: 5A, 6B and 40. RGB value is (90,107,64). Sum of RGB (Red+Green+Blue) = 90+107+64=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 107 - color contains mainly: green. Hex color #5A6B40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6B40 is #A594BF. Grayscale: #616161. Windows color (decimal): -10851520 or 4221786. OLE color: 4221786.

HSL color Cylindrical-coordinate representation of color #5A6B40: hue angle of 83.72º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A6B40 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 90 107 64 -
CMYK 0.16 0 0.40 0.58
HSL 83.72º 0.25% 0.34% -
HSV(B) 83.72º 0.4% 0.42% -
XYZ 10.4 13.06 6.82 -
YUV 97.02 109.37 123 -
System Red Green Blue C M Y K H S L
Decimal 90 107 64 0.16 0 0.40 0.58 83.72 0.25 0.34
Hex 5A 6B 40 10 0 28 3A 54 19 22
Octal 132 153 100 20 0 50 72 124 31 42
Binary 1011010 1101011 1000000 10000 0 101000 111010 1010100 11001 100010

Color Harmonies of #5A6B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6B40

Black with #5A6B40

Text Example


Text Example

White with #5A6B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,107,64); }

 H1.HeaderClassName
 {
   color: #5A6B40;
 }
 .AnyTagClassName
 {
   color: #5A6B40;
 }
</style>

background-color css

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

 a { background-color: rgb(90,107,64); }

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

border-color css

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

 span { border-color: rgb(90,107,64); }

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