Html Css Color HEX #4D6945 Tom Thumb

📋 copy color: '#4D6945'

red 77 ◦ green 105 ◦ blue 69

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

Shades of Tom Thumb #4D6945

Tints of Tom Thumb #4D6945

RGB

 RED value IS 77 (30.47% from 255) = 30.68%

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

 BLUE value IS 69 (27.34% from 255) = 27.49%

R = 30.68%
G = 41.83%
B = 27.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#4D6945 (or 0x4D6945) is known color: Tom Thumb. HEX triplet: 4D, 69 and 45. RGB value is (77,105,69). Sum of RGB (Red+Green+Blue) = 77+105+69=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 105 - color contains mainly: green. Hex color #4D6945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #4D6945 is #B296BA. Grayscale: #5C5C5C. Windows color (decimal): -11703995 or 4548941. OLE color: 4548941.

HSL color Cylindrical-coordinate representation of color #4D6945: hue angle of 106.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D6945 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 105 69 -
CMYK 0.27 0 0.34 0.59
HSL 106.67º 0.21% 0.34% -
HSV(B) 106.67º 0.34% 0.41% -
XYZ 9.19 12.11 7.48 -
YUV 92.52 114.72 116.93 -
System Red Green Blue C M Y K H S L
Decimal 77 105 69 0.27 0 0.34 0.59 106.67 0.21 0.34
Hex 4D 69 45 1B 0 22 3B 6B 15 22
Octal 115 151 105 33 0 42 73 153 25 42
Binary 1001101 1101001 1000101 11011 0 100010 111011 1101011 10101 100010

Color Harmonies of #4D6945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D6945

Black with #4D6945

Text Example


Text Example

White with #4D6945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,105,69); }

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

background-color css

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

 a { background-color: rgb(77,105,69); }

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

border-color css

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

 span { border-color: rgb(77,105,69); }

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