Html Css Color HEX #5C6650 Chalet Green

📋 copy color: '#5C6650'

red 92 ◦ green 102 ◦ blue 80

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

Shades of Chalet Green #5C6650

Tints of Chalet Green #5C6650

RGB

 RED value IS 92 (36.33% from 255) = 33.58%

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

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

R = 33.58%
G = 37.23%
B = 29.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#5C6650 (or 0x5C6650) is known color: Chalet Green. HEX triplet: 5C, 66 and 50. RGB value is (92,102,80). Sum of RGB (Red+Green+Blue) = 92+102+80=274 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.58% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 102 - color contains mainly: green. Hex color #5C6650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6650 is #A399AF. Grayscale: #606060. Windows color (decimal): -10721712 or 5269084. OLE color: 5269084.

HSL color Cylindrical-coordinate representation of color #5C6650: hue angle of 87.27º 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 #5C6650 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 92 102 80 -
CMYK 0.10 0 0.22 0.6
HSL 87.27º 0.12% 0.36% -
HSV(B) 87.27º 0.22% 0.4% -
XYZ 10.61 12.36 9.42 -
YUV 96.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 92 102 80 0.10 0 0.22 0.6 87.27 0.12 0.36
Hex 5C 66 50 A 0 16 3C 57 C 24
Octal 134 146 120 12 0 26 74 127 14 44
Binary 1011100 1100110 1010000 1010 0 10110 111100 1010111 1100 100100

Color Harmonies of #5C6650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6650

Black with #5C6650

Text Example


Text Example

White with #5C6650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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