#486B44

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

Shades of Tom Thumb #486B44

Tints of Tom Thumb #486B44

Color information

#486B44 (or 0x486B44) is unknown color: approx Tom Thumb. HEX triplet: 48, 6B and 44. RGB value is (72,107,68). Sum of RGB (Red+Green+Blue) = 72+107+68=247 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.15% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 68 (26.95% from 255 or 27.53% from 247); Max value from RGB is 107 - color contains mainly: green. Hex color #486B44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B44 is #B794BB. Grayscale: #5C5C5C. Windows color (decimal): -12031164 or 4483912. OLE color: 4483912.

HSL color Cylindrical-coordinate representation of color #486B44: hue angle of 113.85º 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 #486B44 is Cyan = 0.33, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.

Color convert

RGB7210768-
CMYK0.3300.360.58
HSL113.85º22.29%34.31%-
HSV(B)113.85º36.45%41.96%-
XYZ8.9712.317.37-
YUV92.09114.4113.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.15%
GREEN value IS 107 (42.19% from 255) = 43.32%
BLUE value IS 68 (26.95% from 255) = 27.53%
R=29.15%
G=43.32%
B=27.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72107680.3300.360.58113.8522.2934.31
Hex486B44210243A721622
Octal11015310441044721622642
Binary1001000110101110001001000010100100111010111001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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