Html Css Color HEX #4C6448 Tom Thumb

📋 copy color: '#4C6448'

red 76 ◦ green 100 ◦ blue 72

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

Shades of Tom Thumb #4C6448

Tints of Tom Thumb #4C6448

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40.32%

 BLUE value IS 72 (28.52% from 255) = 29.03%

R = 30.65%
G = 40.32%
B = 29.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#4C6448 (or 0x4C6448) is known color: Tom Thumb. HEX triplet: 4C, 64 and 48. RGB value is (76,100,72). Sum of RGB (Red+Green+Blue) = 76+100+72=248 (32% of max value = 765). Red value is 76 (30.08% from 255 or 30.65% from 248); Green value is 100 (39.45% from 255 or 40.32% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 100 - color contains mainly: green. Hex color #4C6448 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6448 is #B39BB7. Grayscale: #595959. Windows color (decimal): -11770808 or 4744268. OLE color: 4744268.

HSL color Cylindrical-coordinate representation of color #4C6448: hue angle of 111.43º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4C6448 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB 76 100 72 -
CMYK 0.24 0 0.28 0.61
HSL 111.43º 0.16% 0.34% -
HSV(B) 111.43º 0.28% 0.39% -
XYZ 8.71 11.12 7.82 -
YUV 89.63 118.05 118.28 -
System Red Green Blue C M Y K H S L
Decimal 76 100 72 0.24 0 0.28 0.61 111.43 0.16 0.34
Hex 4C 64 48 18 0 1C 3D 6F 10 22
Octal 114 144 110 30 0 34 75 157 20 42
Binary 1001100 1100100 1001000 11000 0 11100 111101 1101111 10000 100010

Color Harmonies of #4C6448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6448

Black with #4C6448

Text Example


Text Example

White with #4C6448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,100,72); }

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

background-color css

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

 a { background-color: rgb(76,100,72); }

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

border-color css

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

 span { border-color: rgb(76,100,72); }

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