#5D6025

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

Shades of Saratoga #5D6025

Tints of Saratoga #5D6025

Color information

#5D6025 (or 0x5D6025) is unknown color: approx Saratoga. HEX triplet: 5D, 60 and 25. RGB value is (93,96,37). Sum of RGB (Red+Green+Blue) = 93+96+37=226 (29% of max value = 765). Red value is 93 (36.72% from 255 or 41.15% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #5D6025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6025 is #A29FDA. Grayscale: #585858. Windows color (decimal): -10657755 or 2449501. OLE color: 2449501.

HSL color Cylindrical-coordinate representation of color #5D6025: hue angle of 63.05º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D6025 is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB939637-
CMYK0.0300.610.62
HSL63.05º44.36%26.08%-
HSV(B)63.05º61.46%37.65%-
XYZ9.0310.833.36-
YUV88.3899.01131.3-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 41.15%
GREEN value IS 96 (37.89% from 255) = 42.48%
BLUE value IS 37 (14.84% from 255) = 16.37%
R=41.15%
G=42.48%
B=16.37%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9396370.0300.610.6263.0544.3626.08
Hex5D6025303D3E3f2c1a
Octal13514045307576775432
Binary1011101110000010010111011110111111011111110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,96,37); }

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

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

 a { background-color: rgb(93,96,37); }

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

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

 span { border-color: rgb(93,96,37); }

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