#5C6136

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

Shades of Saratoga #5C6136

Tints of Saratoga #5C6136

Color information

#5C6136 (or 0x5C6136) is unknown color: approx Saratoga. HEX triplet: 5C, 61 and 36. RGB value is (92,97,54). Sum of RGB (Red+Green+Blue) = 92+97+54=243 (32% of max value = 765). Red value is 92 (36.33% from 255 or 37.86% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #5C6136 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6136 is #A39EC9. Grayscale: #5A5A5A. Windows color (decimal): -10723018 or 3563868. OLE color: 3563868.

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

Color convert

RGB929754-
CMYK0.0500.440.62
HSL66.98º28.48%29.61%-
HSV(B)66.98º44.33%38.04%-
XYZ9.3511.095.14-
YUV90.6107.34129-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 37.86%
GREEN value IS 97 (38.28% from 255) = 39.92%
BLUE value IS 54 (21.48% from 255) = 22.22%
R=37.86%
G=39.92%
B=22.22%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9297540.0500.440.6266.9828.4829.61
Hex5C6136502C3E431c1e
Octal134141665054761033436
Binary10111001100001110110101010110011111010000111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C6136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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