#486740

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

Shades of Tom Thumb #486740

Tints of Tom Thumb #486740

Color information

#486740 (or 0x486740) is unknown color: approx Tom Thumb. HEX triplet: 48, 67 and 40. RGB value is (72,103,64). Sum of RGB (Red+Green+Blue) = 72+103+64=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 103 - color contains mainly: green. Hex color #486740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486740 is #B798BF. Grayscale: #595959. Windows color (decimal): -12032192 or 4220744. OLE color: 4220744.

HSL color Cylindrical-coordinate representation of color #486740: hue angle of 107.69º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #486740 is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB7210364-
CMYK0.3000.380.60
HSL107.69º23.35%32.75%-
HSV(B)107.69º37.86%40.39%-
XYZ8.4511.456.61-
YUV89.29113.73115.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 103 (40.62% from 255) = 43.10%
BLUE value IS 64 (25.39% from 255) = 26.78%
R=30.13%
G=43.10%
B=26.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72103640.3000.380.60107.6923.3532.75
Hex4867401E0263C6c1721
Octal11014710036046741542741
Binary100100011001111000000111100100110111100110110010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486740; }

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

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

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

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

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

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

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

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