#4A693C

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

Shades of Tom Thumb #4A693C

Tints of Tom Thumb #4A693C

Color information

#4A693C (or 0x4A693C) is unknown color: approx Tom Thumb. HEX triplet: 4A, 69 and 3C. RGB value is (74,105,60). Sum of RGB (Red+Green+Blue) = 74+105+60=239 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.96% from 239); Green value is 105 (41.41% from 255 or 43.93% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 105 - color contains mainly: green. Hex color #4A693C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A693C is #B596C3. Grayscale: #5A5A5A. Windows color (decimal): -11900612 or 3959114. OLE color: 3959114.

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

Color convert

RGB7410560-
CMYK0.3000.430.59
HSL101.33º27.27%32.35%-
HSV(B)101.33º42.86%41.18%-
XYZ8.6911.896.11-
YUV90.6110.73116.16-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 30.96%
GREEN value IS 105 (41.41% from 255) = 43.93%
BLUE value IS 60 (23.83% from 255) = 25.10%
R=30.96%
G=43.93%
B=25.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal74105600.3000.430.59101.3327.2732.35
Hex4A693C1E02B3B651b20
Octal1121517436053731453340
Binary10010101101001111100111100101011111011110010111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A693C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,105,60); }

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

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

 a { background-color: rgb(74,105,60); }

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

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

 span { border-color: rgb(74,105,60); }

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