#486940

Color #486940 Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #486940

Tints of Tom Thumb #486940

Color information

#486940 (or 0x486940) is unknown color: approx Tom Thumb. HEX triplet: 48, 69 and 40. RGB value is (72,105,64). Sum of RGB (Red+Green+Blue) = 72+105+64=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #486940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486940 is #B796BF. Grayscale: #5A5A5A. Windows color (decimal): -12031680 or 4221256. OLE color: 4221256.

HSL color Cylindrical-coordinate representation of color #486940: hue angle of 108.29º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #486940 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB7210564-
CMYK0.3100.390.59
HSL108.29º24.26%33.14%-
HSV(B)108.29º39.05%41.18%-
XYZ8.6511.856.68-
YUV90.46113.07114.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 105 (41.41% from 255) = 43.57%
BLUE value IS 64 (25.39% from 255) = 26.56%
R=29.88%
G=43.57%
B=26.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105640.3100.390.59108.2924.2633.14
Hex4869401F0273B6c1821
Octal11015110037047731543041
Binary100100011010011000000111110100111111011110110011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486940; }

 p { color: rgb(72,105,64); }

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

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

 a { background-color: rgb(72,105,64); }

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

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

 span { border-color: rgb(72,105,64); }

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