#5E6226

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

Shades of Saratoga #5E6226

Tints of Saratoga #5E6226

Color information

#5E6226 (or 0x5E6226) is unknown color: approx Saratoga. HEX triplet: 5E, 62 and 26. RGB value is (94,98,38). Sum of RGB (Red+Green+Blue) = 94+98+38=230 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.87% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #5E6226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6226 is #A19DD9. Grayscale: #5A5A5A. Windows color (decimal): -10591706 or 2515550. OLE color: 2515550.

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

Color convert

RGB949838-
CMYK0.0400.610.62
HSL64º44.12%26.67%-
HSV(B)64º61.22%38.43%-
XYZ9.3311.253.51-
YUV89.9698.67130.88-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.87%
GREEN value IS 98 (38.67% from 255) = 42.61%
BLUE value IS 38 (15.23% from 255) = 16.52%
R=40.87%
G=42.61%
B=16.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9498380.0400.610.626444.1226.67
Hex5E6226403D3E402c1b
Octal136142464075761005433
Binary101111011000101001101000111101111110100000010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,98,38); }

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

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

 a { background-color: rgb(94,98,38); }

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

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

 span { border-color: rgb(94,98,38); }

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