#486242

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

Shades of Tom Thumb #486242

Tints of Tom Thumb #486242

Color information

#486242 (or 0x486242) is unknown color: approx Tom Thumb. HEX triplet: 48, 62 and 42. RGB value is (72,98,66). Sum of RGB (Red+Green+Blue) = 72+98+66=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #486242 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486242 is #B79DBD. Grayscale: #565656. Windows color (decimal): -12033470 or 4350536. OLE color: 4350536.

HSL color Cylindrical-coordinate representation of color #486242: hue angle of 108.75º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #486242 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB729866-
CMYK0.2700.330.62
HSL108.75º19.51%32.16%-
HSV(B)108.75º32.65%38.43%-
XYZ8.0210.516.76-
YUV86.58116.39117.6-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 98 (38.67% from 255) = 41.53%
BLUE value IS 66 (26.17% from 255) = 27.97%
R=30.51%
G=41.53%
B=27.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298660.2700.330.62108.7519.5132.16
Hex4862421B0213E6d1420
Octal11014210233041761552440
Binary100100011000101000010110110100001111110110110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486242; }

 p { color: rgb(72,98,66); }

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

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

 a { background-color: rgb(72,98,66); }

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

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

 span { border-color: rgb(72,98,66); }

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