Html Css Color HEX #4A6740 Tom Thumb

📋 copy color: '#4A6740'

red 74 ◦ green 103 ◦ blue 64

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

Shades of Tom Thumb #4A6740

Tints of Tom Thumb #4A6740

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.74%

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

R = 30.71%
G = 42.74%
B = 26.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#4A6740 (or 0x4A6740) is known color: Tom Thumb. HEX triplet: 4A, 67 and 40. RGB value is (74,103,64). Sum of RGB (Red+Green+Blue) = 74+103+64=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 64 (25.39% from 255 or 26.56% from 241); Max value from RGB is 103 - color contains mainly: green. Hex color #4A6740 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6740 is #B598BF. Grayscale: #5A5A5A. Windows color (decimal): -11901120 or 4220746. OLE color: 4220746.

HSL color Cylindrical-coordinate representation of color #4A6740: hue angle of 104.62º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4A6740 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 103 64 -
CMYK 0.28 0 0.38 0.60
HSL 104.62º 0.23% 0.33% -
HSV(B) 104.62º 0.38% 0.4% -
XYZ 8.6 11.53 6.62 -
YUV 89.88 113.39 116.67 -
System Red Green Blue C M Y K H S L
Decimal 74 103 64 0.28 0 0.38 0.60 104.62 0.23 0.33
Hex 4A 67 40 1C 0 26 3C 69 17 21
Octal 112 147 100 34 0 46 74 151 27 41
Binary 1001010 1100111 1000000 11100 0 100110 111100 1101001 10111 100001

Color Harmonies of #4A6740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6740

Black with #4A6740

Text Example


Text Example

White with #4A6740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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