#5d6120

Color #5D6120 Saratoga (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saratoga #5D6120

Tints of Saratoga #5D6120

Color information

#5D6120 (or 0x5D6120) is unknown color: approx Saratoga. HEX triplet: 5D, 61 and 20. RGB value is (93,97,32). Sum of RGB (Red+Green+Blue) = 93+97+32=222 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.89% from 222); Green value is 97 (38.28% from 255 or 43.69% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 97 - color contains mainly: green. Hex color #5D6120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6120 is #A29EDF. Grayscale: #585858. Windows color (decimal): -10657504 or 2122077. OLE color: 2122077.

HSL color Cylindrical-coordinate representation of color #5D6120: hue angle of 63.69º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5D6120 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB939732-
CMYK0.0400.670.62
HSL63.69º50.39%25.29%-
HSV(B)63.69º67.01%38.04%-
XYZ9.0510.983.01-
YUV88.3996.17131.29-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.89%
GREEN value IS 97 (38.28% from 255) = 43.69%
BLUE value IS 32 (12.89% from 255) = 14.41%
R=41.89%
G=43.69%
B=14.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9397320.0400.670.6263.6950.3925.29
Hex5D612040433E403219
Octal1351414040103761006231
Binary1011101110000110000010001000011111110100000011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d6120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5d6120;
 }
 .AnyTagClassName
 {
   color: #5d6120;
 }
</style>
background-color css

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

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

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

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

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

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