#486B41

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

Shades of Tom Thumb #486B41

Tints of Tom Thumb #486B41

Color information

#486B41 (or 0x486B41) is unknown color: approx Tom Thumb. HEX triplet: 48, 6B and 41. RGB value is (72,107,65). Sum of RGB (Red+Green+Blue) = 72+107+65=244 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.51% from 244); Green value is 107 (42.19% from 255 or 43.85% from 244); Blue value is 65 (25.78% from 255 or 26.64% from 244); Max value from RGB is 107 - color contains mainly: green. Hex color #486B41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B41 is #B794BE. Grayscale: #5B5B5B. Windows color (decimal): -12031167 or 4287304. OLE color: 4287304.

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

Color convert

RGB7210765-
CMYK0.3300.390.58
HSL110º24.42%33.73%-
HSV(B)110º39.25%41.96%-
XYZ8.8812.276.9-
YUV91.75112.9113.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.51%
GREEN value IS 107 (42.19% from 255) = 43.85%
BLUE value IS 65 (25.78% from 255) = 26.64%
R=29.51%
G=43.85%
B=26.64%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72107650.3300.390.5811024.4233.73
Hex486B41210273A6e1822
Octal11015310141047721563042
Binary1001000110101110000011000010100111111010110111011000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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