#5C6231

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

Shades of Saratoga #5C6231

Tints of Saratoga #5C6231

Color information

#5C6231 (or 0x5C6231) is unknown color: approx Saratoga. HEX triplet: 5C, 62 and 31. RGB value is (92,98,49). Sum of RGB (Red+Green+Blue) = 92+98+49=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 49 (19.53% from 255 or 20.50% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #5C6231 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6231 is #A39DCE. Grayscale: #5A5A5A. Windows color (decimal): -10722767 or 3236444. OLE color: 3236444.

HSL color Cylindrical-coordinate representation of color #5C6231: hue angle of 67.35º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C6231 is Cyan = 0.06, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.62.

Color convert

RGB929849-
CMYK0.0600.50.62
HSL67.35º33.33%28.82%-
HSV(B)67.35º50%38.43%-
XYZ9.3411.234.58-
YUV90.62104.51128.98-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.49%
GREEN value IS 98 (38.67% from 255) = 41.00%
BLUE value IS 49 (19.53% from 255) = 20.50%
R=38.49%
G=41.00%
B=20.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9298490.0600.50.6267.3533.3328.82
Hex5C623160323E43211d
Octal134142616062761034135
Binary101110011000101100011100110010111110100001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,98,49); }

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

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

 a { background-color: rgb(92,98,49); }

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

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

 span { border-color: rgb(92,98,49); }

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