#5D6134

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

Shades of Saratoga #5D6134

Tints of Saratoga #5D6134

Color information

#5D6134 (or 0x5D6134) is unknown color: approx Saratoga. HEX triplet: 5D, 61 and 34. RGB value is (93,97,52). Sum of RGB (Red+Green+Blue) = 93+97+52=242 (32% of max value = 765). Red value is 93 (36.72% from 255 or 38.43% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 97 - color contains mainly: green. Hex color #5D6134 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6134 is #A29ECB. Grayscale: #5A5A5A. Windows color (decimal): -10657484 or 3432797. OLE color: 3432797.

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

Color convert

RGB939752-
CMYK0.0400.460.62
HSL65.33º30.2%29.22%-
HSV(B)65.33º46.39%38.04%-
XYZ9.4111.124.9-
YUV90.67106.17129.66-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 38.43%
GREEN value IS 97 (38.28% from 255) = 40.08%
BLUE value IS 52 (20.70% from 255) = 21.49%
R=38.43%
G=40.08%
B=21.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9397520.0400.460.6265.3330.229.22
Hex5D6134402E3E411e1d
Octal135141644056761013635
Binary10111011100001110100100010111011111010000011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,97,52); }

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

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

 a { background-color: rgb(93,97,52); }

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

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

 span { border-color: rgb(93,97,52); }

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