#5F624D

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

Shades of Woodland #5F624D

Tints of Woodland #5F624D

Color information

#5F624D (or 0x5F624D) is unknown color: approx Woodland. HEX triplet: 5F, 62 and 4D. RGB value is (95,98,77). Sum of RGB (Red+Green+Blue) = 95+98+77=270 (35% of max value = 765). Red value is 95 (37.5% from 255 or 35.19% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 98 - color contains mainly: green. Hex color #5F624D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F624D is #A09DB2. Grayscale: #5E5E5E. Windows color (decimal): -10526131 or 5071455. OLE color: 5071455.

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

Color convert

RGB959877-
CMYK0.0300.210.62
HSL68.57º12%34.31%-
HSV(B)68.57º21.43%38.43%-
XYZ10.4311.78.73-
YUV94.71118.01128.21-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 35.19%
GREEN value IS 98 (38.67% from 255) = 36.30%
BLUE value IS 77 (30.47% from 255) = 28.52%
R=35.19%
G=36.30%
B=28.52%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9598770.0300.210.6268.571234.31
Hex5F624D30153E45c22
Octal1371421153025761051442
Binary1011111110001010011011101010111111010001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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