Html Css Color HEX #4A6B3D Tom Thumb

📋 copy color: '#4A6B3D'

red 74 ◦ green 107 ◦ blue 61

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

Shades of Tom Thumb #4A6B3D

Tints of Tom Thumb #4A6B3D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.21%

 BLUE value IS 61 (24.22% from 255) = 25.21%

R = 30.58%
G = 44.21%
B = 25.21%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.43

 K value IS 0.58

RGB Variations

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

Color information

#4A6B3D (or 0x4A6B3D) is known color: Tom Thumb. HEX triplet: 4A, 6B and 3D. RGB value is (74,107,61). Sum of RGB (Red+Green+Blue) = 74+107+61=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 107 (42.19% from 255 or 44.21% from 242); Blue value is 61 (24.22% from 255 or 25.21% from 242); Max value from RGB is 107 - color contains mainly: green. Hex color #4A6B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6B3D is #B594C2. Grayscale: #5C5C5C. Windows color (decimal): -11900099 or 4025162. OLE color: 4025162.

HSL color Cylindrical-coordinate representation of color #4A6B3D: hue angle of 103.04º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4A6B3D is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.

Color convert

RGB 74 107 61 -
CMYK 0.31 0 0.43 0.58
HSL 103.04º 0.27% 0.33% -
HSV(B) 103.04º 0.43% 0.42% -
XYZ 8.92 12.31 6.32 -
YUV 91.89 110.57 115.24 -
System Red Green Blue C M Y K H S L
Decimal 74 107 61 0.31 0 0.43 0.58 103.04 0.27 0.33
Hex 4A 6B 3D 1F 0 2B 3A 67 1B 21
Octal 112 153 75 37 0 53 72 147 33 41
Binary 1001010 1101011 111101 11111 0 101011 111010 1100111 11011 100001

Color Harmonies of #4A6B3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6B3D

Black with #4A6B3D

Text Example


Text Example

White with #4A6B3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,107,61); }

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

background-color css

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

 a { background-color: rgb(74,107,61); }

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

border-color css

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

 span { border-color: rgb(74,107,61); }

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