#4A683F

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

Shades of Tom Thumb #4A683F

Tints of Tom Thumb #4A683F

Color information

#4A683F (or 0x4A683F) is unknown color: approx Tom Thumb. HEX triplet: 4A, 68 and 3F. RGB value is (74,104,63). Sum of RGB (Red+Green+Blue) = 74+104+63=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 63 (25% from 255 or 26.14% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #4A683F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A683F is #B597C0. Grayscale: #5A5A5A. Windows color (decimal): -11900865 or 4155466. OLE color: 4155466.

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

Color convert

RGB7410463-
CMYK0.2900.390.59
HSL103.9º24.55%32.75%-
HSV(B)103.9º39.42%40.78%-
XYZ8.6711.726.51-
YUV90.36112.56116.33-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.71%
GREEN value IS 104 (41.02% from 255) = 43.15%
BLUE value IS 63 (25% from 255) = 26.14%
R=30.71%
G=43.15%
B=26.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74104630.2900.390.59103.924.5532.75
Hex4A683F1D0273B681921
Octal1121507735047731503141
Binary10010101101000111111111010100111111011110100011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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