Html Css Color HEX #4C6146 Tom Thumb

📋 copy color: '#4C6146'

red 76 ◦ green 97 ◦ blue 70

#4C6146
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tom Thumb #4C6146

Tints of Tom Thumb #4C6146

RGB

 RED value IS 76 (30.08% from 255) = 31.28%

 GREEN value IS 97 (38.28% from 255) = 39.92%

 BLUE value IS 70 (27.73% from 255) = 28.81%

R = 31.28%
G = 39.92%
B = 28.81%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.28

 K value IS 0.62

RGB Variations

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

Color information

#4C6146 (or 0x4C6146) is known color: Tom Thumb. HEX triplet: 4C, 61 and 46. RGB value is (76,97,70). Sum of RGB (Red+Green+Blue) = 76+97+70=243 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.28% from 243); Green value is 97 (38.28% from 255 or 39.92% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 97 - color contains mainly: green. Hex color #4C6146 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6146 is #B39EB9. Grayscale: #575757. Windows color (decimal): -11771578 or 4612428. OLE color: 4612428.

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

Color convert

RGB 76 97 70 -
CMYK 0.22 0 0.28 0.62
HSL 106.67º 0.16% 0.33% -
HSV(B) 106.67º 0.28% 0.38% -
XYZ 8.36 10.53 7.39 -
YUV 87.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 76 97 70 0.22 0 0.28 0.62 106.67 0.16 0.33
Hex 4C 61 46 16 0 1C 3E 6B 10 21
Octal 114 141 106 26 0 34 76 153 20 41
Binary 1001100 1100001 1000110 10110 0 11100 111110 1101011 10000 100001

Color Harmonies of #4C6146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6146

Black with #4C6146

Text Example


Text Example

White with #4C6146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,97,70); }

 H1.HeaderClassName
 {
   color: #4C6146;
 }
 .AnyTagClassName
 {
   color: #4C6146;
 }
</style>

background-color css

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

 a { background-color: rgb(76,97,70); }

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

border-color css

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

 span { border-color: rgb(76,97,70); }

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