#5C642F

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

Shades of Saratoga #5C642F

Tints of Saratoga #5C642F

Color information

#5C642F (or 0x5C642F) is unknown color: approx Saratoga. HEX triplet: 5C, 64 and 2F. RGB value is (92,100,47). Sum of RGB (Red+Green+Blue) = 92+100+47=239 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.49% from 239); Green value is 100 (39.45% from 255 or 41.84% from 239); Blue value is 47 (18.75% from 255 or 19.67% from 239); Max value from RGB is 100 - color contains mainly: green. Hex color #5C642F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C642F is #A39BD0. Grayscale: #5B5B5B. Windows color (decimal): -10722257 or 3105884. OLE color: 3105884.

HSL color Cylindrical-coordinate representation of color #5C642F: hue angle of 69.06º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C642F is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB9210047-
CMYK0.0800.530.61
HSL69.06º36.05%28.82%-
HSV(B)69.06º53%39.22%-
XYZ9.4811.594.43-
YUV91.57102.85128.31-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.49%
GREEN value IS 100 (39.45% from 255) = 41.84%
BLUE value IS 47 (18.75% from 255) = 19.67%
R=38.49%
G=41.84%
B=19.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal92100470.0800.530.6169.0636.0528.82
Hex5C642F80353D45241d
Octal1341445710065751054435
Binary1011100110010010111110000110101111101100010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C642F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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