#5C6038

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

Shades of Saratoga #5C6038

Tints of Saratoga #5C6038

Color information

#5C6038 (or 0x5C6038) is unknown color: approx Saratoga. HEX triplet: 5C, 60 and 38. RGB value is (92,96,56). Sum of RGB (Red+Green+Blue) = 92+96+56=244 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.70% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #5C6038 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6038 is #A39FC7. Grayscale: #5A5A5A. Windows color (decimal): -10723272 or 3694684. OLE color: 3694684.

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

Color convert

RGB929656-
CMYK0.0400.420.62
HSL66º26.32%29.8%-
HSV(B)66º41.67%37.65%-
XYZ9.3110.935.36-
YUV90.24108.67129.25-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.70%
GREEN value IS 96 (37.89% from 255) = 39.34%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=37.70%
G=39.34%
B=22.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9296560.0400.420.626626.3229.8
Hex5C6038402A3E421a1e
Octal134140704052761023236
Binary10111001100000111000100010101011111010000101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,96,56); }

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

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

 a { background-color: rgb(92,96,56); }

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

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

 span { border-color: rgb(92,96,56); }

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