#5F6344

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

Shades of Woodland #5F6344

Tints of Woodland #5F6344

Color information

#5F6344 (or 0x5F6344) is unknown color: approx Woodland. HEX triplet: 5F, 63 and 44. RGB value is (95,99,68). Sum of RGB (Red+Green+Blue) = 95+99+68=262 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.26% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 68 (26.95% from 255 or 25.95% from 262); Max value from RGB is 99 - color contains mainly: green. Hex color #5F6344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6344 is #A09CBB. Grayscale: #5E5E5E. Windows color (decimal): -10525884 or 4481887. OLE color: 4481887.

HSL color Cylindrical-coordinate representation of color #5F6344: hue angle of 67.74º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5F6344 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.

Color convert

RGB959968-
CMYK0.0400.310.61
HSL67.74º18.56%32.75%-
HSV(B)67.74º31.31%38.82%-
XYZ10.2211.777.2-
YUV94.27113.17128.52-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.26%
GREEN value IS 99 (39.06% from 255) = 37.79%
BLUE value IS 68 (26.95% from 255) = 25.95%
R=36.26%
G=37.79%
B=25.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9599680.0400.310.6167.7418.5632.75
Hex5F6344401F3D441321
Octal1371431044037751042341
Binary101111111000111000100100011111111101100010010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,99,68); }

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

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

 a { background-color: rgb(95,99,68); }

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

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

 span { border-color: rgb(95,99,68); }

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