#5D6148

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

Shades of Woodland #5D6148

Tints of Woodland #5D6148

Color information

#5D6148 (or 0x5D6148) is unknown color: approx Woodland. HEX triplet: 5D, 61 and 48. RGB value is (93,97,72). Sum of RGB (Red+Green+Blue) = 93+97+72=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 97 - color contains mainly: green. Hex color #5D6148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6148 is #A29EB7. Grayscale: #5D5D5D. Windows color (decimal): -10657464 or 4743517. OLE color: 4743517.

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

Color convert

RGB939772-
CMYK0.0400.260.62
HSL69.6º14.79%33.14%-
HSV(B)69.6º25.77%38.04%-
XYZ9.9611.347.8-
YUV92.95116.17128.03-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 35.50%
GREEN value IS 97 (38.28% from 255) = 37.02%
BLUE value IS 72 (28.52% from 255) = 27.48%
R=35.50%
G=37.02%
B=27.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9397720.0400.260.6269.614.7933.14
Hex5D6148401A3E46f21
Octal1351411104032761061741
Binary10111011100001100100010001101011111010001101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D6148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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