Html Css Color HEX #5D6137 Saratoga

📋 copy color: '#5D6137'

red 93 ◦ green 97 ◦ blue 55

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

Shades of Saratoga #5D6137

Tints of Saratoga #5D6137

RGB

 RED value IS 93 (36.72% from 255) = 37.96%

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

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

R = 37.96%
G = 39.59%
B = 22.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.62

RGB Variations

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

Color information

#5D6137 (or 0x5D6137) is known color: Saratoga. HEX triplet: 5D, 61 and 37. RGB value is (93,97,55). Sum of RGB (Red+Green+Blue) = 93+97+55=245 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.96% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 55 (21.88% from 255 or 22.45% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #5D6137 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6137 is #A29EC8. Grayscale: #5B5B5B. Windows color (decimal): -10657481 or 3629405. OLE color: 3629405.

HSL color Cylindrical-coordinate representation of color #5D6137: hue angle of 65.71º 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 #5D6137 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 97 55 -
CMYK 0.04 0 0.43 0.62
HSL 65.71º 0.28% 0.3% -
HSV(B) 65.71º 0.43% 0.38% -
XYZ 9.48 11.15 5.27 -
YUV 91.02 107.67 129.42 -
System Red Green Blue C M Y K H S L
Decimal 93 97 55 0.04 0 0.43 0.62 65.71 0.28 0.3
Hex 5D 61 37 4 0 2B 3E 42 1C 1E
Octal 135 141 67 4 0 53 76 102 34 36
Binary 1011101 1100001 110111 100 0 101011 111110 1000010 11100 11110

Color Harmonies of #5D6137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6137

Black with #5D6137

Text Example


Text Example

White with #5D6137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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