Html Css Color HEX #5C6137 Saratoga

📋 copy color: '#5C6137'

red 92 ◦ green 97 ◦ blue 55

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

Shades of Saratoga #5C6137

Tints of Saratoga #5C6137

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.75%

 BLUE value IS 55 (21.88% from 255) = 22.54%

R = 37.7%
G = 39.75%
B = 22.54%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#5C6137 (or 0x5C6137) is known color: Saratoga. HEX triplet: 5C, 61 and 37. RGB value is (92,97,55). Sum of RGB (Red+Green+Blue) = 92+97+55=244 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.70% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 55 (21.88% from 255 or 22.54% from 244); Max value from RGB is 97 - color contains mainly: green. Hex color #5C6137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6137 is #A39EC8. Grayscale: #5A5A5A. Windows color (decimal): -10723017 or 3629404. OLE color: 3629404.

HSL color Cylindrical-coordinate representation of color #5C6137: hue angle of 67.14º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5C6137 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB 92 97 55 -
CMYK 0.05 0 0.43 0.62
HSL 67.14º 0.28% 0.3% -
HSV(B) 67.14º 0.43% 0.38% -
XYZ 9.38 11.1 5.26 -
YUV 90.72 107.84 128.92 -
System Red Green Blue C M Y K H S L
Decimal 92 97 55 0.05 0 0.43 0.62 67.14 0.28 0.3
Hex 5C 61 37 5 0 2B 3E 43 1C 1E
Octal 134 141 67 5 0 53 76 103 34 36
Binary 1011100 1100001 110111 101 0 101011 111110 1000011 11100 11110

Color Harmonies of #5C6137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6137

Black with #5C6137

Text Example


Text Example

White with #5C6137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,97,55); }

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

background-color css

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

 a { background-color: rgb(92,97,55); }

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

border-color css

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

 span { border-color: rgb(92,97,55); }

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