#4A693D

Color #4A693D Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #4A693D

Tints of Tom Thumb #4A693D

Color information

#4A693D (or 0x4A693D) is unknown color: approx Tom Thumb. HEX triplet: 4A, 69 and 3D. RGB value is (74,105,61). Sum of RGB (Red+Green+Blue) = 74+105+61=240 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.83% from 240); Green value is 105 (41.41% from 255 or 43.75% from 240); Blue value is 61 (24.22% from 255 or 25.42% from 240); Max value from RGB is 105 - color contains mainly: green. Hex color #4A693D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A693D is #B596C2. Grayscale: #5A5A5A. Windows color (decimal): -11900611 or 4024650. OLE color: 4024650.

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

Color convert

RGB7410561-
CMYK0.3000.420.59
HSL102.27º26.51%32.55%-
HSV(B)102.27º41.9%41.18%-
XYZ8.7211.96.25-
YUV90.72111.23116.08-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.83%
GREEN value IS 105 (41.41% from 255) = 43.75%
BLUE value IS 61 (24.22% from 255) = 25.42%
R=30.83%
G=43.75%
B=25.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74105610.3000.420.59102.2726.5132.55
Hex4A693D1E02A3B661b21
Octal1121517536052731463341
Binary10010101101001111101111100101010111011110011011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A693D;
 }
 .AnyTagClassName
 {
   color: #4A693D;
 }
</style>
background-color css

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

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

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

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

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

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