Html Css Color HEX #4A6546 Tom Thumb

📋 copy color: '#4A6546'

red 74 ◦ green 101 ◦ blue 70

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

Shades of Tom Thumb #4A6546

Tints of Tom Thumb #4A6546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.22%

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

R = 30.2%
G = 41.22%
B = 28.57%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#4A6546 (or 0x4A6546) is known color: Tom Thumb. HEX triplet: 4A, 65 and 46. RGB value is (74,101,70). Sum of RGB (Red+Green+Blue) = 74+101+70=245 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.20% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 70 (27.73% from 255 or 28.57% from 245); Max value from RGB is 101 - color contains mainly: green. Hex color #4A6546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6546 is #B59AB9. Grayscale: #595959. Windows color (decimal): -11901626 or 4613450. OLE color: 4613450.

HSL color Cylindrical-coordinate representation of color #4A6546: hue angle of 112.26º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A6546 is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB 74 101 70 -
CMYK 0.27 0 0.31 0.60
HSL 112.26º 0.18% 0.34% -
HSV(B) 112.26º 0.31% 0.4% -
XYZ 8.58 11.21 7.5 -
YUV 89.39 117.05 117.02 -
System Red Green Blue C M Y K H S L
Decimal 74 101 70 0.27 0 0.31 0.60 112.26 0.18 0.34
Hex 4A 65 46 1B 0 1F 3C 70 12 22
Octal 112 145 106 33 0 37 74 160 22 42
Binary 1001010 1100101 1000110 11011 0 11111 111100 1110000 10010 100010

Color Harmonies of #4A6546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6546

Black with #4A6546

Text Example


Text Example

White with #4A6546

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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