Html Css Color HEX #4A6141 Tom Thumb

📋 copy color: '#4A6141'

red 74 ◦ green 97 ◦ blue 65

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

Shades of Tom Thumb #4A6141

Tints of Tom Thumb #4A6141

RGB

 RED value IS 74 (29.3% from 255) = 31.36%

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

 BLUE value IS 65 (25.78% from 255) = 27.54%

R = 31.36%
G = 41.1%
B = 27.54%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

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

Color information

#4A6141 (or 0x4A6141) is known color: Tom Thumb. HEX triplet: 4A, 61 and 41. RGB value is (74,97,65). Sum of RGB (Red+Green+Blue) = 74+97+65=236 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.36% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 97 - color contains mainly: green. Hex color #4A6141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6141 is #B59EBE. Grayscale: #565656. Windows color (decimal): -11902655 or 4284746. OLE color: 4284746.

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

Color convert

RGB 74 97 65 -
CMYK 0.24 0 0.33 0.62
HSL 103.13º 0.2% 0.32% -
HSV(B) 103.13º 0.33% 0.38% -
XYZ 8.05 10.39 6.58 -
YUV 86.48 115.88 119.1 -
System Red Green Blue C M Y K H S L
Decimal 74 97 65 0.24 0 0.33 0.62 103.13 0.2 0.32
Hex 4A 61 41 18 0 21 3E 67 14 20
Octal 112 141 101 30 0 41 76 147 24 40
Binary 1001010 1100001 1000001 11000 0 100001 111110 1100111 10100 100000

Color Harmonies of #4A6141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6141

Black with #4A6141

Text Example


Text Example

White with #4A6141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,97,65); }

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

background-color css

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

 a { background-color: rgb(74,97,65); }

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

border-color css

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

 span { border-color: rgb(74,97,65); }

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