#5F6941

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

Shades of Woodland #5F6941

Tints of Woodland #5F6941

Color information

#5F6941 (or 0x5F6941) is unknown color: approx Woodland. HEX triplet: 5F, 69 and 41. RGB value is (95,105,65). Sum of RGB (Red+Green+Blue) = 95+105+65=265 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.85% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 105 - color contains mainly: green. Hex color #5F6941 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6941 is #A096BE. Grayscale: #616161. Windows color (decimal): -10524351 or 4286815. OLE color: 4286815.

HSL color Cylindrical-coordinate representation of color #5F6941: hue angle of 75º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5F6941 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB9510565-
CMYK0.1000.380.59
HSL75º23.53%33.33%-
HSV(B)75º38.1%41.18%-
XYZ10.7312.926.93-
YUV97.45109.69126.25-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.85%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 65 (25.78% from 255) = 24.53%
R=35.85%
G=39.62%
B=24.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal95105650.1000.380.597523.5333.33
Hex5F6941A0263B4b1821
Octal13715110112046731133041
Binary10111111101001100000110100100110111011100101111000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,105,65); }

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

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

 a { background-color: rgb(95,105,65); }

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

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

 span { border-color: rgb(95,105,65); }

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