Html Css Color HEX #5C6750 Chalet Green

📋 copy color: '#5C6750'

red 92 ◦ green 103 ◦ blue 80

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

Shades of Chalet Green #5C6750

Tints of Chalet Green #5C6750

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.45%

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

R = 33.45%
G = 37.45%
B = 29.09%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.60

RGB Variations

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

Color information

#5C6750 (or 0x5C6750) is known color: Chalet Green. HEX triplet: 5C, 67 and 50. RGB value is (92,103,80). Sum of RGB (Red+Green+Blue) = 92+103+80=275 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.45% from 275); Green value is 103 (40.62% from 255 or 37.45% from 275); Blue value is 80 (31.64% from 255 or 29.09% from 275); Max value from RGB is 103 - color contains mainly: green. Hex color #5C6750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6750 is #A398AF. Grayscale: #616161. Windows color (decimal): -10721456 or 5269340. OLE color: 5269340.

HSL color Cylindrical-coordinate representation of color #5C6750: hue angle of 88.7º degrees, saturation: 0.13, 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 #5C6750 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.60.

Color convert

RGB 92 103 80 -
CMYK 0.11 0 0.22 0.60
HSL 88.7º 0.13% 0.36% -
HSV(B) 88.7º 0.22% 0.4% -
XYZ 10.71 12.55 9.45 -
YUV 97.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 92 103 80 0.11 0 0.22 0.60 88.7 0.13 0.36
Hex 5C 67 50 B 0 16 3C 59 D 24
Octal 134 147 120 13 0 26 74 131 15 44
Binary 1011100 1100111 1010000 1011 0 10110 111100 1011001 1101 100100

Color Harmonies of #5C6750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6750

Black with #5C6750

Text Example


Text Example

White with #5C6750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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