#4C6D45

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

Shades of Tom Thumb #4C6D45

Tints of Tom Thumb #4C6D45

Color information

#4C6D45 (or 0x4C6D45) is unknown color: approx Tom Thumb. HEX triplet: 4C, 6D and 45. RGB value is (76,109,69). Sum of RGB (Red+Green+Blue) = 76+109+69=254 (33% of max value = 765). Red value is 76 (30.08% from 255 or 29.92% from 254); Green value is 109 (42.97% from 255 or 42.91% from 254); Blue value is 69 (27.34% from 255 or 27.17% from 254); Max value from RGB is 109 - color contains mainly: green. Hex color #4C6D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6D45 is #B392BA. Grayscale: #5E5E5E. Windows color (decimal): -11768507 or 4549964. OLE color: 4549964.

HSL color Cylindrical-coordinate representation of color #4C6D45: hue angle of 109.5º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #4C6D45 is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB7610969-
CMYK0.3000.370.57
HSL109.5º22.47%34.9%-
HSV(B)109.5º36.7%42.75%-
XYZ9.5212.97.62-
YUV94.57113.57114.75-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 29.92%
GREEN value IS 109 (42.97% from 255) = 42.91%
BLUE value IS 69 (27.34% from 255) = 27.17%
R=29.92%
G=42.91%
B=27.17%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal76109690.3000.370.57109.522.4734.9
Hex4C6D451E025396d1623
Octal11415510536045711552643
Binary100110011011011000101111100100101111001110110110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,109,69); }

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

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

 a { background-color: rgb(76,109,69); }

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

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

 span { border-color: rgb(76,109,69); }

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