#52694C

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

Shades of Tom Thumb #52694C

Tints of Tom Thumb #52694C

Color information

#52694C (or 0x52694C) is unknown color: approx Tom Thumb. HEX triplet: 52, 69 and 4C. RGB value is (82,105,76). Sum of RGB (Red+Green+Blue) = 82+105+76=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #52694C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52694C is #AD96B3. Grayscale: #5E5E5E. Windows color (decimal): -11376308 or 5007698. OLE color: 5007698.

HSL color Cylindrical-coordinate representation of color #52694C: hue angle of 107.59º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #52694C is Cyan = 0.22, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB8210576-
CMYK0.2200.280.59
HSL107.59º16.02%35.49%-
HSV(B)107.59º27.62%41.18%-
XYZ9.8412.428.72-
YUV94.82117.38118.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.18%
GREEN value IS 105 (41.41% from 255) = 39.92%
BLUE value IS 76 (30.08% from 255) = 28.90%
R=31.18%
G=39.92%
B=28.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105760.2200.280.59107.5916.0235.49
Hex52694C1601C3B6c1023
Octal12215111426034731542043
Binary10100101101001100110010110011100111011110110010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52694C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52694C; }

 p { color: rgb(82,105,76); }

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

<style>
 a { background-color: #52694C; }

 a { background-color: rgb(82,105,76); }

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

<style>
 span { border-color: #52694C; }

 span { border-color: rgb(82,105,76); }

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