#486B3E

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

Shades of Tom Thumb #486B3E

Tints of Tom Thumb #486B3E

Color information

#486B3E (or 0x486B3E) is unknown color: approx Tom Thumb. HEX triplet: 48, 6B and 3E. RGB value is (72,107,62). Sum of RGB (Red+Green+Blue) = 72+107+62=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 107 (42.19% from 255 or 44.40% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 107 - color contains mainly: green. Hex color #486B3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #486B3E is #B794C1. Grayscale: #5B5B5B. Windows color (decimal): -12031170 or 4090696. OLE color: 4090696.

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

Color convert

RGB7210762-
CMYK0.3300.420.58
HSL106.67º26.63%33.14%-
HSV(B)106.67º42.06%41.96%-
XYZ8.812.246.46-
YUV91.4111.4114.16-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 29.88%
GREEN value IS 107 (42.19% from 255) = 44.40%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=29.88%
G=44.40%
B=25.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal72107620.3300.420.58106.6726.6333.14
Hex486B3E2102A3A6b1b21
Octal1101537641052721533341
Binary100100011010111111101000010101010111010110101111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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