#485E43

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

Shades of Tom Thumb #485E43

Tints of Tom Thumb #485E43

Color information

#485E43 (or 0x485E43) is unknown color: approx Tom Thumb. HEX triplet: 48, 5E and 43. RGB value is (72,94,67). Sum of RGB (Red+Green+Blue) = 72+94+67=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 94 (37.11% from 255 or 40.34% from 233); Blue value is 67 (26.56% from 255 or 28.76% from 233); Max value from RGB is 94 - color contains mainly: green. Hex color #485E43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485E43 is #B7A1BC. Grayscale: #545454. Windows color (decimal): -12034493 or 4415048. OLE color: 4415048.

HSL color Cylindrical-coordinate representation of color #485E43: hue angle of 108.89º degrees, saturation: 0.17, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #485E43 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.63.

Color convert

RGB729467-
CMYK0.2300.290.63
HSL108.89º16.77%31.57%-
HSV(B)108.89º28.72%36.86%-
XYZ7.699.796.79-
YUV84.34118.21119.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 94 (37.11% from 255) = 40.34%
BLUE value IS 67 (26.56% from 255) = 28.76%
R=30.90%
G=40.34%
B=28.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal7294670.2300.290.63108.8916.7731.57
Hex485E431701D3F6d1120
Octal11013610327035771552140
Binary10010001011110100001110111011101111111110110110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,94,67); }

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

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

 a { background-color: rgb(72,94,67); }

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

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

 span { border-color: rgb(72,94,67); }

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