#5F6142

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

Shades of Woodland #5F6142

Tints of Woodland #5F6142

Color information

#5F6142 (or 0x5F6142) is unknown color: approx Woodland. HEX triplet: 5F, 61 and 42. RGB value is (95,97,66). Sum of RGB (Red+Green+Blue) = 95+97+66=258 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.82% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 97 - color contains mainly: green. Hex color #5F6142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6142 is #A09EBD. Grayscale: #5C5C5C. Windows color (decimal): -10526398 or 4350303. OLE color: 4350303.

HSL color Cylindrical-coordinate representation of color #5F6142: hue angle of 63.87º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5F6142 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB959766-
CMYK0.0200.320.62
HSL63.87º19.02%31.96%-
HSV(B)63.87º31.96%38.04%-
XYZ9.9811.386.82-
YUV92.87112.84129.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.82%
GREEN value IS 97 (38.28% from 255) = 37.60%
BLUE value IS 66 (26.17% from 255) = 25.58%
R=36.82%
G=37.60%
B=25.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9597660.0200.320.6263.8719.0231.96
Hex5F614220203E401320
Octal1371411022040761002340
Binary101111111000011000010100100000111110100000010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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