#5F624E

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

Shades of Woodland #5F624E

Tints of Woodland #5F624E

Color information

#5F624E (or 0x5F624E) is unknown color: approx Woodland. HEX triplet: 5F, 62 and 4E. RGB value is (95,98,78). Sum of RGB (Red+Green+Blue) = 95+98+78=271 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.06% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 78 (30.86% from 255 or 28.78% from 271); Max value from RGB is 98 - color contains mainly: green. Hex color #5F624E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F624E is #A09DB1. Grayscale: #5E5E5E. Windows color (decimal): -10526130 or 5136991. OLE color: 5136991.

HSL color Cylindrical-coordinate representation of color #5F624E: hue angle of 69º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5F624E is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB959878-
CMYK0.0300.200.62
HSL69º11.36%34.51%-
HSV(B)69º20.41%38.43%-
XYZ10.4611.728.92-
YUV94.82118.51128.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.06%
GREEN value IS 98 (38.67% from 255) = 36.16%
BLUE value IS 78 (30.86% from 255) = 28.78%
R=35.06%
G=36.16%
B=28.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9598780.0300.200.626911.3634.51
Hex5F624E30143E45b23
Octal1371421163024761051343
Binary1011111110001010011101101010011111010001011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F624E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,98,78); }

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

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

 a { background-color: rgb(95,98,78); }

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

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

 span { border-color: rgb(95,98,78); }

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