Html Css Color HEX #4C6044 Tom Thumb

📋 copy color: '#4C6044'

red 76 ◦ green 96 ◦ blue 68

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

Shades of Tom Thumb #4C6044

Tints of Tom Thumb #4C6044

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40%

 BLUE value IS 68 (26.95% from 255) = 28.33%

R = 31.67%
G = 40%
B = 28.33%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#4C6044 (or 0x4C6044) is known color: Tom Thumb. HEX triplet: 4C, 60 and 44. RGB value is (76,96,68). Sum of RGB (Red+Green+Blue) = 76+96+68=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 68 (26.95% from 255 or 28.33% from 240); Max value from RGB is 96 - color contains mainly: green. Hex color #4C6044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4C6044 is #B39FBB. Grayscale: #565656. Windows color (decimal): -11771836 or 4481100. OLE color: 4481100.

HSL color Cylindrical-coordinate representation of color #4C6044: hue angle of 102.86º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #4C6044 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 76 96 68 -
CMYK 0.21 0 0.29 0.62
HSL 102.86º 0.17% 0.32% -
HSV(B) 102.86º 0.29% 0.38% -
XYZ 8.21 10.32 7.03 -
YUV 86.83 117.37 120.28 -
System Red Green Blue C M Y K H S L
Decimal 76 96 68 0.21 0 0.29 0.62 102.86 0.17 0.32
Hex 4C 60 44 15 0 1D 3E 67 11 20
Octal 114 140 104 25 0 35 76 147 21 40
Binary 1001100 1100000 1000100 10101 0 11101 111110 1100111 10001 100000

Color Harmonies of #4C6044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6044

Black with #4C6044

Text Example


Text Example

White with #4C6044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,96,68); }

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

background-color css

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

 a { background-color: rgb(76,96,68); }

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

border-color css

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

 span { border-color: rgb(76,96,68); }

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