#486A44

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

Shades of Tom Thumb #486A44

Tints of Tom Thumb #486A44

Color information

#486A44 (or 0x486A44) is unknown color: approx Tom Thumb. HEX triplet: 48, 6A and 44. RGB value is (72,106,68). Sum of RGB (Red+Green+Blue) = 72+106+68=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 68 (26.95% from 255 or 27.64% from 246); Max value from RGB is 106 - color contains mainly: green. Hex color #486A44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486A44 is #B795BB. Grayscale: #5B5B5B. Windows color (decimal): -12031420 or 4483656. OLE color: 4483656.

HSL color Cylindrical-coordinate representation of color #486A44: hue angle of 113.68º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #486A44 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB7210668-
CMYK0.3200.360.58
HSL113.68º21.84%34.12%-
HSV(B)113.68º35.85%41.57%-
XYZ8.8712.17.34-
YUV91.5114.74114.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.27%
GREEN value IS 106 (41.80% from 255) = 43.09%
BLUE value IS 68 (26.95% from 255) = 27.64%
R=29.27%
G=43.09%
B=27.64%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72106680.3200.360.58113.6821.8434.12
Hex486A44200243A721622
Octal11015210440044721622642
Binary1001000110101010001001000000100100111010111001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486A44; }

 p { color: rgb(72,106,68); }

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

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

 a { background-color: rgb(72,106,68); }

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

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

 span { border-color: rgb(72,106,68); }

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