Html Css Color HEX #4C6148 Tom Thumb

📋 copy color: '#4C6148'

red 76 ◦ green 97 ◦ blue 72

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

Shades of Tom Thumb #4C6148

Tints of Tom Thumb #4C6148

RGB

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

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

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

R = 31.02%
G = 39.59%
B = 29.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#4C6148 (or 0x4C6148) is known color: Tom Thumb. HEX triplet: 4C, 61 and 48. RGB value is (76,97,72). Sum of RGB (Red+Green+Blue) = 76+97+72=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 72 (28.52% from 255 or 29.39% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #4C6148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6148 is #B39EB7. Grayscale: #575757. Windows color (decimal): -11771576 or 4743500. OLE color: 4743500.

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

Color convert

RGB 76 97 72 -
CMYK 0.22 0 0.26 0.62
HSL 110.4º 0.15% 0.33% -
HSV(B) 110.4º 0.26% 0.38% -
XYZ 8.42 10.55 7.72 -
YUV 87.87 119.04 119.53 -
System Red Green Blue C M Y K H S L
Decimal 76 97 72 0.22 0 0.26 0.62 110.4 0.15 0.33
Hex 4C 61 48 16 0 1A 3E 6E F 21
Octal 114 141 110 26 0 32 76 156 17 41
Binary 1001100 1100001 1001000 10110 0 11010 111110 1101110 1111 100001

Color Harmonies of #4C6148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6148

Black with #4C6148

Text Example


Text Example

White with #4C6148

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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