#5C6124

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

Shades of Saratoga #5C6124

Tints of Saratoga #5C6124

Color information

#5C6124 (or 0x5C6124) is unknown color: approx Saratoga. HEX triplet: 5C, 61 and 24. RGB value is (92,97,36). Sum of RGB (Red+Green+Blue) = 92+97+36=225 (29% of max value = 765). Red value is 92 (36.33% from 255 or 40.89% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #5C6124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6124 is #A39EDB. Grayscale: #585858. Windows color (decimal): -10723036 or 2384220. OLE color: 2384220.

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

Color convert

RGB929736-
CMYK0.0500.630.62
HSL64.92º45.86%26.08%-
HSV(B)64.92º62.89%38.04%-
XYZ9.0110.953.31-
YUV88.5598.34130.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 40.89%
GREEN value IS 97 (38.28% from 255) = 43.11%
BLUE value IS 36 (14.45% from 255) = 16%
R=40.89%
G=43.11%
B=16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9297360.0500.630.6264.9245.8626.08
Hex5C6124503F3E412e1a
Octal134141445077761015632
Binary101110011000011001001010111111111110100000110111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,97,36); }

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

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

 a { background-color: rgb(92,97,36); }

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

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

 span { border-color: rgb(92,97,36); }

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