#485B3F

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

Shades of Tom Thumb #485B3F

Tints of Tom Thumb #485B3F

Color information

#485B3F (or 0x485B3F) is unknown color: approx Tom Thumb. HEX triplet: 48, 5B and 3F. RGB value is (72,91,63). Sum of RGB (Red+Green+Blue) = 72+91+63=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 91 (35.94% from 255 or 40.27% from 226); Blue value is 63 (25% from 255 or 27.88% from 226); Max value from RGB is 91 - color contains mainly: green. Hex color #485B3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485B3F is #B7A4C0. Grayscale: #525252. Windows color (decimal): -12035265 or 4152136. OLE color: 4152136.

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

Color convert

RGB729163-
CMYK0.2100.310.64
HSL100.71º18.18%30.2%-
HSV(B)100.71º30.77%35.69%-
XYZ7.319.226.1-
YUV82.13117.21120.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 91 (35.94% from 255) = 40.27%
BLUE value IS 63 (25% from 255) = 27.88%
R=31.86%
G=40.27%
B=27.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7291630.2100.310.64100.7118.1830.2
Hex485B3F1501F4065121e
Octal11013377250371001452236
Binary1001000101101111111110101011111100000011001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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