#4C6940

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

Shades of Tom Thumb #4C6940

Tints of Tom Thumb #4C6940

Color information

#4C6940 (or 0x4C6940) is unknown color: approx Tom Thumb. HEX triplet: 4C, 69 and 40. RGB value is (76,105,64). Sum of RGB (Red+Green+Blue) = 76+105+64=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #4C6940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6940 is #B396BF. Grayscale: #5B5B5B. Windows color (decimal): -11769536 or 4221260. OLE color: 4221260.

HSL color Cylindrical-coordinate representation of color #4C6940: hue angle of 102.44º degrees, saturation: 0.24, 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 #4C6940 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB7610564-
CMYK0.2800.390.59
HSL102.44º24.26%33.14%-
HSV(B)102.44º39.05%41.18%-
XYZ8.9612.016.7-
YUV91.66112.39116.83-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.02%
GREEN value IS 105 (41.41% from 255) = 42.86%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=31.02%
G=42.86%
B=26.12%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal76105640.2800.390.59102.4424.2633.14
Hex4C69401C0273B661821
Octal11415110034047731463041
Binary100110011010011000000111000100111111011110011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,105,64); }

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

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

 a { background-color: rgb(76,105,64); }

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

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

 span { border-color: rgb(76,105,64); }

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