#48683D

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

Shades of Tom Thumb #48683D

Tints of Tom Thumb #48683D

Color information

#48683D (or 0x48683D) is unknown color: approx Tom Thumb. HEX triplet: 48, 68 and 3D. RGB value is (72,104,61). Sum of RGB (Red+Green+Blue) = 72+104+61=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 104 (41.02% from 255 or 43.88% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 104 - color contains mainly: green. Hex color #48683D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48683D is #B797C2. Grayscale: #595959. Windows color (decimal): -12031939 or 4024392. OLE color: 4024392.

HSL color Cylindrical-coordinate representation of color #48683D: hue angle of 104.65º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #48683D is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.

Color convert

RGB7210461-
CMYK0.3100.410.59
HSL104.65º26.06%32.35%-
HSV(B)104.65º41.35%40.78%-
XYZ8.4711.626.21-
YUV89.53111.9115.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.38%
GREEN value IS 104 (41.02% from 255) = 43.88%
BLUE value IS 61 (24.22% from 255) = 25.74%
R=30.38%
G=43.88%
B=25.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72104610.3100.410.59104.6526.0632.35
Hex48683D1F0293B691a20
Octal1101507537051731513240
Binary10010001101000111101111110101001111011110100111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48683D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48683D; }

 p { color: rgb(72,104,61); }

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

<style>
 a { background-color: #48683D; }

 a { background-color: rgb(72,104,61); }

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

<style>
 span { border-color: #48683D; }

 span { border-color: rgb(72,104,61); }

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