#4C6245

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

Shades of Tom Thumb #4C6245

Tints of Tom Thumb #4C6245

Color information

#4C6245 (or 0x4C6245) is unknown color: approx Tom Thumb. HEX triplet: 4C, 62 and 45. RGB value is (76,98,69). Sum of RGB (Red+Green+Blue) = 76+98+69=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 98 (38.67% from 255 or 40.33% from 243); Blue value is 69 (27.34% from 255 or 28.40% from 243); Max value from RGB is 98 - color contains mainly: green. Hex color #4C6245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6245 is #B39DBA. Grayscale: #585858. Windows color (decimal): -11771323 or 4547148. OLE color: 4547148.

HSL color Cylindrical-coordinate representation of color #4C6245: hue angle of 105.52º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4C6245 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB769869-
CMYK0.2200.300.62
HSL105.52º17.37%32.75%-
HSV(B)105.52º29.59%38.43%-
XYZ8.4210.77.25-
YUV88.12117.21119.36-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 31.28%
GREEN value IS 98 (38.67% from 255) = 40.33%
BLUE value IS 69 (27.34% from 255) = 28.40%
R=31.28%
G=40.33%
B=28.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7698690.2200.300.62105.5217.3732.75
Hex4C62451601E3E6a1121
Octal11414210526036761522141
Binary10011001100010100010110110011110111110110101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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