#48693D

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

Shades of Tom Thumb #48693D

Tints of Tom Thumb #48693D

Color information

#48693D (or 0x48693D) is unknown color: approx Tom Thumb. HEX triplet: 48, 69 and 3D. RGB value is (72,105,61). Sum of RGB (Red+Green+Blue) = 72+105+61=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 105 (41.41% from 255 or 44.12% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 105 - color contains mainly: green. Hex color #48693D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48693D is #B796C2. Grayscale: #5A5A5A. Windows color (decimal): -12031683 or 4024648. OLE color: 4024648.

HSL color Cylindrical-coordinate representation of color #48693D: hue angle of 105º 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 #48693D is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB7210561-
CMYK0.3100.420.59
HSL105º26.51%32.55%-
HSV(B)105º41.9%41.18%-
XYZ8.5711.826.24-
YUV90.12111.57115.08-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.25%
GREEN value IS 105 (41.41% from 255) = 44.12%
BLUE value IS 61 (24.22% from 255) = 25.63%
R=30.25%
G=44.12%
B=25.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72105610.3100.420.5910526.5132.55
Hex48693D1F02A3B691b21
Octal1101517537052731513341
Binary10010001101001111101111110101010111011110100111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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