#4B693D

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

Shades of Tom Thumb #4B693D

Tints of Tom Thumb #4B693D

Color information

#4B693D (or 0x4B693D) is unknown color: approx Tom Thumb. HEX triplet: 4B, 69 and 3D. RGB value is (75,105,61). Sum of RGB (Red+Green+Blue) = 75+105+61=241 (31% of max value = 765). Red value is 75 (29.69% from 255 or 31.12% from 241); Green value is 105 (41.41% from 255 or 43.57% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 105 - color contains mainly: green. Hex color #4B693D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B693D is #B496C2. Grayscale: #5B5B5B. Windows color (decimal): -11835075 or 4024651. OLE color: 4024651.

HSL color Cylindrical-coordinate representation of color #4B693D: hue angle of 100.91º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B693D is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.

Color convert

RGB7510561-
CMYK0.2900.420.59
HSL100.91º26.51%32.55%-
HSV(B)100.91º41.9%41.18%-
XYZ8.811.946.26-
YUV91.01111.06116.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 31.12%
GREEN value IS 105 (41.41% from 255) = 43.57%
BLUE value IS 61 (24.22% from 255) = 25.31%
R=31.12%
G=43.57%
B=25.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal75105610.2900.420.59100.9126.5132.55
Hex4B693D1D02A3B651b21
Octal1131517535052731453341
Binary10010111101001111101111010101010111011110010111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B693D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,105,61); }

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

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

 a { background-color: rgb(75,105,61); }

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

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

 span { border-color: rgb(75,105,61); }

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