#5F6148

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

Shades of Woodland #5F6148

Tints of Woodland #5F6148

Color information

#5F6148 (or 0x5F6148) is unknown color: approx Woodland. HEX triplet: 5F, 61 and 48. RGB value is (95,97,72). Sum of RGB (Red+Green+Blue) = 95+97+72=264 (34% of max value = 765). Red value is 95 (37.5% from 255 or 35.98% from 264); Green value is 97 (38.28% from 255 or 36.74% from 264); Blue value is 72 (28.52% from 255 or 27.27% from 264); Max value from RGB is 97 - color contains mainly: green. Hex color #5F6148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6148 is #A09EB7. Grayscale: #5D5D5D. Windows color (decimal): -10526392 or 4743519. OLE color: 4743519.

HSL color Cylindrical-coordinate representation of color #5F6148: hue angle of 64.8º 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 #5F6148 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB959772-
CMYK0.0200.260.62
HSL64.8º14.79%33.14%-
HSV(B)64.8º25.77%38.04%-
XYZ10.1611.457.81-
YUV93.55115.84129.03-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.98%
GREEN value IS 97 (38.28% from 255) = 36.74%
BLUE value IS 72 (28.52% from 255) = 27.27%
R=35.98%
G=36.74%
B=27.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9597720.0200.260.6264.814.7933.14
Hex5F6148201A3E41f21
Octal1371411102032761011741
Binary1011111110000110010001001101011111010000011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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