#485C3F

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

Shades of Tom Thumb #485C3F

Tints of Tom Thumb #485C3F

Color information

#485C3F (or 0x485C3F) is unknown color: approx Tom Thumb. HEX triplet: 48, 5C and 3F. RGB value is (72,92,63). Sum of RGB (Red+Green+Blue) = 72+92+63=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 63 (25% from 255 or 27.75% from 227); Max value from RGB is 92 - color contains mainly: green. Hex color #485C3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485C3F is #B7A3C0. Grayscale: #525252. Windows color (decimal): -12035009 or 4152392. OLE color: 4152392.

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

Color convert

RGB729263-
CMYK0.2200.320.64
HSL101.38º18.71%30.39%-
HSV(B)101.38º31.52%36.08%-
XYZ7.49.396.13-
YUV82.71116.87120.36-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 92 (36.33% from 255) = 40.53%
BLUE value IS 63 (25% from 255) = 27.75%
R=31.72%
G=40.53%
B=27.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7292630.2200.320.64101.3818.7130.39
Hex485C3F160204065131e
Octal11013477260401001452336
Binary10010001011100111111101100100000100000011001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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