Html Css Color HEX #4A6840 Tom Thumb

📋 copy color: '#4A6840'

red 74 ◦ green 104 ◦ blue 64

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

Shades of Tom Thumb #4A6840

Tints of Tom Thumb #4A6840

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.98%

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

R = 30.58%
G = 42.98%
B = 26.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.59

RGB Variations

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

Color information

#4A6840 (or 0x4A6840) is known color: Tom Thumb. HEX triplet: 4A, 68 and 40. RGB value is (74,104,64). Sum of RGB (Red+Green+Blue) = 74+104+64=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 104 (41.02% from 255 or 42.98% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 104 - color contains mainly: green. Hex color #4A6840 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6840 is #B597BF. Grayscale: #5A5A5A. Windows color (decimal): -11900864 or 4221002. OLE color: 4221002.

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

Color convert

RGB 74 104 64 -
CMYK 0.29 0 0.38 0.59
HSL 105º 0.24% 0.33% -
HSV(B) 105º 0.38% 0.41% -
XYZ 8.7 11.73 6.66 -
YUV 90.47 113.06 116.25 -
System Red Green Blue C M Y K H S L
Decimal 74 104 64 0.29 0 0.38 0.59 105 0.24 0.33
Hex 4A 68 40 1D 0 26 3B 69 18 21
Octal 112 150 100 35 0 46 73 151 30 41
Binary 1001010 1101000 1000000 11101 0 100110 111011 1101001 11000 100001

Color Harmonies of #4A6840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6840

Black with #4A6840

Text Example


Text Example

White with #4A6840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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