#4A683D

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

Shades of Tom Thumb #4A683D

Tints of Tom Thumb #4A683D

Color information

#4A683D (or 0x4A683D) is unknown color: approx Tom Thumb. HEX triplet: 4A, 68 and 3D. RGB value is (74,104,61). Sum of RGB (Red+Green+Blue) = 74+104+61=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #4A683D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A683D is #B597C2. Grayscale: #5A5A5A. Windows color (decimal): -11900867 or 4024394. OLE color: 4024394.

HSL color Cylindrical-coordinate representation of color #4A683D: hue angle of 101.86º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4A683D is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB7410461-
CMYK0.2900.410.59
HSL101.86º26.06%32.35%-
HSV(B)101.86º41.35%40.78%-
XYZ8.6211.696.22-
YUV90.13111.56116.5-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.96%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 61 (24.22% from 255) = 25.52%
R=30.96%
G=43.51%
B=25.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74104610.2900.410.59101.8626.0632.35
Hex4A683D1D0293B661a20
Octal1121507535051731463240
Binary10010101101000111101111010101001111011110011011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A683D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4A683D; }

 p { color: rgb(74,104,61); }

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

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

 a { background-color: rgb(74,104,61); }

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

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

 span { border-color: rgb(74,104,61); }

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