#4C6A45

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

Shades of Tom Thumb #4C6A45

Tints of Tom Thumb #4C6A45

Color information

#4C6A45 (or 0x4C6A45) is unknown color: approx Tom Thumb. HEX triplet: 4C, 6A and 45. RGB value is (76,106,69). Sum of RGB (Red+Green+Blue) = 76+106+69=251 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.28% from 251); Green value is 106 (41.80% from 255 or 42.23% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 106 - color contains mainly: green. Hex color #4C6A45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6A45 is #B395BA. Grayscale: #5C5C5C. Windows color (decimal): -11769275 or 4549196. OLE color: 4549196.

HSL color Cylindrical-coordinate representation of color #4C6A45: hue angle of 108.65º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4C6A45 is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.58.

Color convert

RGB7610669-
CMYK0.2800.350.58
HSL108.65º21.14%34.31%-
HSV(B)108.65º34.91%41.57%-
XYZ9.2112.277.51-
YUV92.81114.56116.01-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 30.28%
GREEN value IS 106 (41.80% from 255) = 42.23%
BLUE value IS 69 (27.34% from 255) = 27.49%
R=30.28%
G=42.23%
B=27.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal76106690.2800.350.58108.6521.1434.31
Hex4C6A451C0233A6d1522
Octal11415210534043721552542
Binary100110011010101000101111000100011111010110110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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