#5F6050

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

Shades of Woodland #5F6050

Tints of Woodland #5F6050

Color information

#5F6050 (or 0x5F6050) is unknown color: approx Woodland. HEX triplet: 5F, 60 and 50. RGB value is (95,96,80). Sum of RGB (Red+Green+Blue) = 95+96+80=271 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.06% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 80 (31.64% from 255 or 29.52% from 271); Max value from RGB is 96 - color contains mainly: green. Hex color #5F6050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6050 is #A09FAF. Grayscale: #5D5D5D. Windows color (decimal): -10526640 or 5267551. OLE color: 5267551.

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

Color convert

RGB959680-
CMYK0.0100.170.62
HSL63.75º9.09%34.51%-
HSV(B)63.75º16.67%37.65%-
XYZ10.3511.389.24-
YUV93.88120.17128.8-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.06%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 80 (31.64% from 255) = 29.52%
R=35.06%
G=35.42%
B=29.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9596800.0100.170.6263.759.0934.51
Hex5F605010113E40923
Octal1371401201021761001143
Binary101111111000001010000101000111111010000001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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