#5C612F

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

Shades of Saratoga #5C612F

Tints of Saratoga #5C612F

Color information

#5C612F (or 0x5C612F) is unknown color: approx Saratoga. HEX triplet: 5C, 61 and 2F. RGB value is (92,97,47). Sum of RGB (Red+Green+Blue) = 92+97+47=236 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.98% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 97 - color contains mainly: green. Hex color #5C612F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C612F is #A39ED0. Grayscale: #5A5A5A. Windows color (decimal): -10723025 or 3105116. OLE color: 3105116.

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

Color convert

RGB929747-
CMYK0.0500.520.62
HSL66º34.72%28.24%-
HSV(B)66º51.55%38.04%-
XYZ9.211.034.33-
YUV89.8103.84129.57-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.98%
GREEN value IS 97 (38.28% from 255) = 41.10%
BLUE value IS 47 (18.75% from 255) = 19.92%
R=38.98%
G=41.10%
B=19.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9297470.0500.520.626634.7228.24
Hex5C612F50343E42231c
Octal134141575064761024334
Binary101110011000011011111010110100111110100001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C612F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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