Html Css Color HEX #5A6650 Chalet Green

📋 copy color: '#5A6650'

red 90 ◦ green 102 ◦ blue 80

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

Shades of Chalet Green #5A6650

Tints of Chalet Green #5A6650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 37.5%

 BLUE value IS 80 (31.64% from 255) = 29.41%

R = 33.09%
G = 37.5%
B = 29.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#5A6650 (or 0x5A6650) is known color: Chalet Green. HEX triplet: 5A, 66 and 50. RGB value is (90,102,80). Sum of RGB (Red+Green+Blue) = 90+102+80=272 (36% of max value = 765). Red value is 90 (35.55% from 255 or 33.09% from 272); Green value is 102 (40.23% from 255 or 37.5% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 102 - color contains mainly: green. Hex color #5A6650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6650 is #A599AF. Grayscale: #5F5F5F. Windows color (decimal): -10852784 or 5269082. OLE color: 5269082.

HSL color Cylindrical-coordinate representation of color #5A6650: hue angle of 92.73º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5A6650 is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 90 102 80 -
CMYK 0.12 0 0.22 0.6
HSL 92.73º 0.12% 0.36% -
HSV(B) 92.73º 0.22% 0.4% -
XYZ 10.42 12.26 9.41 -
YUV 95.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 90 102 80 0.12 0 0.22 0.6 92.73 0.12 0.36
Hex 5A 66 50 C 0 16 3C 5D C 24
Octal 132 146 120 14 0 26 74 135 14 44
Binary 1011010 1100110 1010000 1100 0 10110 111100 1011101 1100 100100

Color Harmonies of #5A6650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6650

Black with #5A6650

Text Example


Text Example

White with #5A6650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,102,80); }

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

background-color css

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

 a { background-color: rgb(90,102,80); }

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

border-color css

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

 span { border-color: rgb(90,102,80); }

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