#5F6B3A

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

Shades of Woodland #5F6B3A

Tints of Woodland #5F6B3A

Color information

#5F6B3A (or 0x5F6B3A) is unknown color: approx Woodland. HEX triplet: 5F, 6B and 3A. RGB value is (95,107,58). Sum of RGB (Red+Green+Blue) = 95+107+58=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 58 (23.05% from 255 or 22.31% from 260); Max value from RGB is 107 - color contains mainly: green. Hex color #5F6B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6B3A is #A094C5. Grayscale: #626262. Windows color (decimal): -10523846 or 3828575. OLE color: 3828575.

HSL color Cylindrical-coordinate representation of color #5F6B3A: hue angle of 74.69º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F6B3A is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.58.

Color convert

RGB9510758-
CMYK0.1100.460.58
HSL74.69º29.7%32.35%-
HSV(B)74.69º45.79%41.96%-
XYZ10.7413.256-
YUV97.83105.52125.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 36.54%
GREEN value IS 107 (42.19% from 255) = 41.15%
BLUE value IS 58 (23.05% from 255) = 22.31%
R=36.54%
G=41.15%
B=22.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95107580.1100.460.5874.6929.732.35
Hex5F6B3AB02E3A4b1e20
Octal1371537213056721133640
Binary1011111110101111101010110101110111010100101111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,107,58); }

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

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

 a { background-color: rgb(95,107,58); }

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

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

 span { border-color: rgb(95,107,58); }

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