#485A43

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

Shades of Tom Thumb #485A43

Tints of Tom Thumb #485A43

Color information

#485A43 (or 0x485A43) is unknown color: approx Tom Thumb. HEX triplet: 48, 5A and 43. RGB value is (72,90,67). Sum of RGB (Red+Green+Blue) = 72+90+67=229 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.44% from 229); Green value is 90 (35.55% from 255 or 39.30% from 229); Blue value is 67 (26.56% from 255 or 29.26% from 229); Max value from RGB is 90 - color contains mainly: green. Hex color #485A43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485A43 is #B7A5BC. Grayscale: #525252. Windows color (decimal): -12035517 or 4414024. OLE color: 4414024.

HSL color Cylindrical-coordinate representation of color #485A43: hue angle of 106.96º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #485A43 is Cyan = 0.20, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.65.

Color convert

RGB729067-
CMYK0.2000.260.65
HSL106.96º14.65%30.78%-
HSV(B)106.96º25.56%35.29%-
XYZ7.349.16.68-
YUV82119.54120.87-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.44%
GREEN value IS 90 (35.55% from 255) = 39.30%
BLUE value IS 67 (26.56% from 255) = 29.26%
R=31.44%
G=39.30%
B=29.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7290670.2000.260.65106.9614.6530.78
Hex485A431401A416bf1f
Octal110132103240321011531737
Binary1001000101101010000111010001101010000011101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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