Html Css Color HEX #5C7141 Chalet Green

📋 copy color: '#5C7141'

red 92 ◦ green 113 ◦ blue 65

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

Shades of Chalet Green #5C7141

Tints of Chalet Green #5C7141

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.85%

 BLUE value IS 65 (25.78% from 255) = 24.07%

R = 34.07%
G = 41.85%
B = 24.07%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#5C7141 (or 0x5C7141) is known color: Chalet Green. HEX triplet: 5C, 71 and 41. RGB value is (92,113,65). Sum of RGB (Red+Green+Blue) = 92+113+65=270 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.07% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 113 - color contains mainly: green. Hex color #5C7141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7141 is #A38EBE. Grayscale: #656565. Windows color (decimal): -10718911 or 4288860. OLE color: 4288860.

HSL color Cylindrical-coordinate representation of color #5C7141: hue angle of 86.25º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5C7141 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 113 65 -
CMYK 0.19 0 0.42 0.56
HSL 86.25º 0.27% 0.35% -
HSV(B) 86.25º 0.42% 0.44% -
XYZ 11.27 14.47 7.2 -
YUV 101.25 107.54 121.4 -
System Red Green Blue C M Y K H S L
Decimal 92 113 65 0.19 0 0.42 0.56 86.25 0.27 0.35
Hex 5C 71 41 13 0 2A 38 56 1B 23
Octal 134 161 101 23 0 52 70 126 33 43
Binary 1011100 1110001 1000001 10011 0 101010 111000 1010110 11011 100011

Color Harmonies of #5C7141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C7141

Black with #5C7141

Text Example


Text Example

White with #5C7141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,113,65); }

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

background-color css

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

 a { background-color: rgb(92,113,65); }

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

border-color css

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

 span { border-color: rgb(92,113,65); }

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