#486140

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

Shades of Tom Thumb #486140

Tints of Tom Thumb #486140

Color information

#486140 (or 0x486140) is unknown color: approx Tom Thumb. HEX triplet: 48, 61 and 40. RGB value is (72,97,64). Sum of RGB (Red+Green+Blue) = 72+97+64=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 97 - color contains mainly: green. Hex color #486140 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486140 is #B79EBF. Grayscale: #555555. Windows color (decimal): -12033728 or 4219208. OLE color: 4219208.

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

Color convert

RGB729764-
CMYK0.2600.340.62
HSL105.45º20.5%31.57%-
HSV(B)105.45º34.02%38.04%-
XYZ7.8710.36.42-
YUV85.76115.72118.18-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 97 (38.28% from 255) = 41.63%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=30.90%
G=41.63%
B=27.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297640.2600.340.62105.4520.531.57
Hex4861401A0223E691420
Octal11014110032042761512440
Binary100100011000011000000110100100010111110110100110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486140; }

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

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

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

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

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

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

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

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