Html Css Color HEX #4A6440 Tom Thumb

📋 copy color: '#4A6440'

red 74 ◦ green 100 ◦ blue 64

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

Shades of Tom Thumb #4A6440

Tints of Tom Thumb #4A6440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.89%

R = 31.09%
G = 42.02%
B = 26.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.61

RGB Variations

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

Color information

#4A6440 (or 0x4A6440) is known color: Tom Thumb. HEX triplet: 4A, 64 and 40. RGB value is (74,100,64). Sum of RGB (Red+Green+Blue) = 74+100+64=238 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.09% from 238); Green value is 100 (39.45% from 255 or 42.02% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 100 - color contains mainly: green. Hex color #4A6440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6440 is #B59BBF. Grayscale: #585858. Windows color (decimal): -11901888 or 4219978. OLE color: 4219978.

HSL color Cylindrical-coordinate representation of color #4A6440: hue angle of 103.33º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4A6440 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB 74 100 64 -
CMYK 0.26 0 0.36 0.61
HSL 103.33º 0.22% 0.32% -
HSV(B) 103.33º 0.36% 0.39% -
XYZ 8.31 10.94 6.52 -
YUV 88.12 114.39 117.93 -
System Red Green Blue C M Y K H S L
Decimal 74 100 64 0.26 0 0.36 0.61 103.33 0.22 0.32
Hex 4A 64 40 1A 0 24 3D 67 16 20
Octal 112 144 100 32 0 44 75 147 26 40
Binary 1001010 1100100 1000000 11010 0 100100 111101 1100111 10110 100000

Color Harmonies of #4A6440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6440

Black with #4A6440

Text Example


Text Example

White with #4A6440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,100,64); }

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

background-color css

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

 a { background-color: rgb(74,100,64); }

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

border-color css

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

 span { border-color: rgb(74,100,64); }

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