#486A3D

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

Shades of Tom Thumb #486A3D

Tints of Tom Thumb #486A3D

Color information

#486A3D (or 0x486A3D) is unknown color: approx Tom Thumb. HEX triplet: 48, 6A and 3D. RGB value is (72,106,61). Sum of RGB (Red+Green+Blue) = 72+106+61=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 106 - color contains mainly: green. Hex color #486A3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486A3D is #B795C2. Grayscale: #5A5A5A. Windows color (decimal): -12031427 or 4024904. OLE color: 4024904.

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

Color convert

RGB7210661-
CMYK0.3200.420.58
HSL105.33º26.95%32.75%-
HSV(B)105.33º42.45%41.57%-
XYZ8.6712.026.28-
YUV90.7111.24114.66-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 106 (41.80% from 255) = 44.35%
BLUE value IS 61 (24.22% from 255) = 25.52%
R=30.13%
G=44.35%
B=25.52%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72106610.3200.420.58105.3326.9532.75
Hex486A3D2002A3A691b21
Octal1101527540052721513341
Binary100100011010101111011000000101010111010110100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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