Html Css Color HEX #4E6940 Tom Thumb

📋 copy color: '#4E6940'

red 78 ◦ green 105 ◦ blue 64

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

Shades of Tom Thumb #4E6940

Tints of Tom Thumb #4E6940

RGB

 RED value IS 78 (30.86% from 255) = 31.58%

 GREEN value IS 105 (41.41% from 255) = 42.51%

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

R = 31.58%
G = 42.51%
B = 25.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.39

 K value IS 0.59

RGB Variations

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

Color information

#4E6940 (or 0x4E6940) is known color: Tom Thumb. HEX triplet: 4E, 69 and 40. RGB value is (78,105,64). Sum of RGB (Red+Green+Blue) = 78+105+64=247 (32% of max value = 765). Red value is 78 (30.86% from 255 or 31.58% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #4E6940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4E6940 is #B196BF. Grayscale: #5C5C5C. Windows color (decimal): -11638464 or 4221262. OLE color: 4221262.

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

Color convert

RGB 78 105 64 -
CMYK 0.26 0 0.39 0.59
HSL 99.51º 0.24% 0.33% -
HSV(B) 99.51º 0.39% 0.41% -
XYZ 9.12 12.09 6.7 -
YUV 92.25 112.05 117.83 -
System Red Green Blue C M Y K H S L
Decimal 78 105 64 0.26 0 0.39 0.59 99.51 0.24 0.33
Hex 4E 69 40 1A 0 27 3B 64 18 21
Octal 116 151 100 32 0 47 73 144 30 41
Binary 1001110 1101001 1000000 11010 0 100111 111011 1100100 11000 100001

Color Harmonies of #4E6940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6940

Black with #4E6940

Text Example


Text Example

White with #4E6940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,105,64); }

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

background-color css

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

 a { background-color: rgb(78,105,64); }

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

border-color css

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

 span { border-color: rgb(78,105,64); }

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