#4B6043

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

Shades of Tom Thumb #4B6043

Tints of Tom Thumb #4B6043

Color information

#4B6043 (or 0x4B6043) is unknown color: approx Tom Thumb. HEX triplet: 4B, 60 and 43. RGB value is (75,96,67). Sum of RGB (Red+Green+Blue) = 75+96+67=238 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.51% from 238); Green value is 96 (37.89% from 255 or 40.34% from 238); Blue value is 67 (26.56% from 255 or 28.15% from 238); Max value from RGB is 96 - color contains mainly: green. Hex color #4B6043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B6043 is #B49FBC. Grayscale: #565656. Windows color (decimal): -11837373 or 4415563. OLE color: 4415563.

HSL color Cylindrical-coordinate representation of color #4B6043: hue angle of 103.45º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #4B6043 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB759667-
CMYK0.2200.300.62
HSL103.45º17.79%31.96%-
HSV(B)103.45º30.21%37.65%-
XYZ8.110.276.87-
YUV86.42117.04119.86-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.51%
GREEN value IS 96 (37.89% from 255) = 40.34%
BLUE value IS 67 (26.56% from 255) = 28.15%
R=31.51%
G=40.34%
B=28.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7596670.2200.300.62103.4517.7931.96
Hex4B60431601E3E671220
Octal11314010326036761472240
Binary10010111100000100001110110011110111110110011110010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B6043; }

 p { color: rgb(75,96,67); }

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

<style>
 a { background-color: #4B6043; }

 a { background-color: rgb(75,96,67); }

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

<style>
 span { border-color: #4B6043; }

 span { border-color: rgb(75,96,67); }

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