#5B6025

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

Shades of Saratoga #5B6025

Tints of Saratoga #5B6025

Color information

#5B6025 (or 0x5B6025) is unknown color: approx Saratoga. HEX triplet: 5B, 60 and 25. RGB value is (91,96,37). Sum of RGB (Red+Green+Blue) = 91+96+37=224 (29% of max value = 765). Red value is 91 (35.94% from 255 or 40.62% from 224); Green value is 96 (37.89% from 255 or 42.86% from 224); Blue value is 37 (14.84% from 255 or 16.52% from 224); Max value from RGB is 96 - color contains mainly: green. Hex color #5B6025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B6025 is #A49FDA. Grayscale: #585858. Windows color (decimal): -10788827 or 2449499. OLE color: 2449499.

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

Color convert

RGB919637-
CMYK0.0500.610.62
HSL65.08º44.36%26.08%-
HSV(B)65.08º61.46%37.65%-
XYZ8.8310.723.35-
YUV87.7899.34130.3-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 40.62%
GREEN value IS 96 (37.89% from 255) = 42.86%
BLUE value IS 37 (14.84% from 255) = 16.52%
R=40.62%
G=42.86%
B=16.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9196370.0500.610.6265.0844.3626.08
Hex5B6025503D3E412c1a
Octal133140455075761015432
Binary101101111000001001011010111101111110100000110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B6025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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