Html Css Color HEX #4A6C3D Tom Thumb

📋 copy color: '#4A6C3D'

red 74 ◦ green 108 ◦ blue 61

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

Shades of Tom Thumb #4A6C3D

Tints of Tom Thumb #4A6C3D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 44.44%

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

R = 30.45%
G = 44.44%
B = 25.1%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#4A6C3D (or 0x4A6C3D) is known color: Tom Thumb. HEX triplet: 4A, 6C and 3D. RGB value is (74,108,61). Sum of RGB (Red+Green+Blue) = 74+108+61=243 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.45% from 243); Green value is 108 (42.58% from 255 or 44.44% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 108 - color contains mainly: green. Hex color #4A6C3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A6C3D is #B593C2. Grayscale: #5C5C5C. Windows color (decimal): -11899843 or 4025418. OLE color: 4025418.

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

Color convert

RGB 74 108 61 -
CMYK 0.31 0 0.44 0.58
HSL 103.4º 0.28% 0.33% -
HSV(B) 103.4º 0.44% 0.42% -
XYZ 9.03 12.52 6.36 -
YUV 92.48 110.24 114.82 -
System Red Green Blue C M Y K H S L
Decimal 74 108 61 0.31 0 0.44 0.58 103.4 0.28 0.33
Hex 4A 6C 3D 1F 0 2C 3A 67 1C 21
Octal 112 154 75 37 0 54 72 147 34 41
Binary 1001010 1101100 111101 11111 0 101100 111010 1100111 11100 100001

Color Harmonies of #4A6C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A6C3D

Black with #4A6C3D

Text Example


Text Example

White with #4A6C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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