#485D3F

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

Shades of Tom Thumb #485D3F

Tints of Tom Thumb #485D3F

Color information

#485D3F (or 0x485D3F) is unknown color: approx Tom Thumb. HEX triplet: 48, 5D and 3F. RGB value is (72,93,63). Sum of RGB (Red+Green+Blue) = 72+93+63=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 93 - color contains mainly: green. Hex color #485D3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485D3F is #B7A2C0. Grayscale: #535353. Windows color (decimal): -12034753 or 4152648. OLE color: 4152648.

HSL color Cylindrical-coordinate representation of color #485D3F: hue angle of 102º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #485D3F is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.64.

Color convert

RGB729363-
CMYK0.2300.320.64
HSL102º19.23%30.59%-
HSV(B)102º32.26%36.47%-
XYZ7.489.576.15-
YUV83.3116.54119.94-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 93 (36.72% from 255) = 40.79%
BLUE value IS 63 (25% from 255) = 27.63%
R=31.58%
G=40.79%
B=27.63%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7293630.2300.320.6410219.2330.59
Hex485D3F170204066131f
Octal11013577270401001462337
Binary10010001011101111111101110100000100000011001101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485D3F; }

 p { color: rgb(72,93,63); }

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

<style>
 a { background-color: #485D3F; }

 a { background-color: rgb(72,93,63); }

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

<style>
 span { border-color: #485D3F; }

 span { border-color: rgb(72,93,63); }

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