#5F604F

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

Shades of Woodland #5F604F

Tints of Woodland #5F604F

Color information

#5F604F (or 0x5F604F) is unknown color: approx Woodland. HEX triplet: 5F, 60 and 4F. RGB value is (95,96,79). Sum of RGB (Red+Green+Blue) = 95+96+79=270 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.19% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 96 - color contains mainly: green. Hex color #5F604F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F604F is #A09FB0. Grayscale: #5D5D5D. Windows color (decimal): -10526641 or 5202015. OLE color: 5202015.

HSL color Cylindrical-coordinate representation of color #5F604F: hue angle of 63.53º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5F604F is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB959679-
CMYK0.0100.180.62
HSL63.53º9.71%34.31%-
HSV(B)63.53º17.71%37.65%-
XYZ10.3111.369.05-
YUV93.76119.67128.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.19%
GREEN value IS 96 (37.89% from 255) = 35.56%
BLUE value IS 79 (31.25% from 255) = 29.26%
R=35.19%
G=35.56%
B=29.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9596790.0100.180.6263.539.7134.31
Hex5F604F10123E40a22
Octal1371401171022761001242
Binary101111111000001001111101001011111010000001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F604F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,96,79); }

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

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

 a { background-color: rgb(95,96,79); }

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

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

 span { border-color: rgb(95,96,79); }

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