#5D6228

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

Shades of Saratoga #5D6228

Tints of Saratoga #5D6228

Color information

#5D6228 (or 0x5D6228) is unknown color: approx Saratoga. HEX triplet: 5D, 62 and 28. RGB value is (93,98,40). Sum of RGB (Red+Green+Blue) = 93+98+40=231 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.26% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 40 (16.02% from 255 or 17.32% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #5D6228 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6228 is #A29DD7. Grayscale: #5A5A5A. Windows color (decimal): -10657240 or 2646621. OLE color: 2646621.

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

Color convert

RGB939840-
CMYK0.0500.590.62
HSL65.17º42.03%27.06%-
HSV(B)65.17º59.18%38.43%-
XYZ9.2611.223.68-
YUV89.8999.84130.22-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.26%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 40 (16.02% from 255) = 17.32%
R=40.26%
G=42.42%
B=17.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9398400.0500.590.6265.1742.0327.06
Hex5D6228503B3E412a1b
Octal135142505073761015233
Binary101110111000101010001010111011111110100000110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,98,40); }

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

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

 a { background-color: rgb(93,98,40); }

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

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

 span { border-color: rgb(93,98,40); }

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