Html Css Color HEX #4A5B46 Tom Thumb

📋 copy color: '#4A5B46'

red 74 ◦ green 91 ◦ blue 70

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

Shades of Tom Thumb #4A5B46

Tints of Tom Thumb #4A5B46

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.72%

 BLUE value IS 70 (27.73% from 255) = 29.79%

R = 31.49%
G = 38.72%
B = 29.79%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#4A5B46 (or 0x4A5B46) is known color: Tom Thumb. HEX triplet: 4A, 5B and 46. RGB value is (74,91,70). Sum of RGB (Red+Green+Blue) = 74+91+70=235 (31% of max value = 765). Red value is 74 (29.30% from 255 or 31.49% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 91 - color contains mainly: green. Hex color #4A5B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A5B46 is #B5A4B9. Grayscale: #535353. Windows color (decimal): -11904186 or 4610890. OLE color: 4610890.

HSL color Cylindrical-coordinate representation of color #4A5B46: hue angle of 108.57º degrees, saturation: 0.13, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #4A5B46 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB 74 91 70 -
CMYK 0.19 0 0.23 0.64
HSL 108.57º 0.13% 0.32% -
HSV(B) 108.57º 0.23% 0.36% -
XYZ 7.67 9.38 7.2 -
YUV 83.52 120.37 121.21 -
System Red Green Blue C M Y K H S L
Decimal 74 91 70 0.19 0 0.23 0.64 108.57 0.13 0.32
Hex 4A 5B 46 13 0 17 40 6D D 20
Octal 112 133 106 23 0 27 100 155 15 40
Binary 1001010 1011011 1000110 10011 0 10111 1000000 1101101 1101 100000

Color Harmonies of #4A5B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A5B46

Black with #4A5B46

Text Example


Text Example

White with #4A5B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,91,70); }

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

background-color css

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

 a { background-color: rgb(74,91,70); }

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

border-color css

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

 span { border-color: rgb(74,91,70); }

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