#52694E

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

Shades of Tom Thumb #52694E

Tints of Tom Thumb #52694E

Color information

#52694E (or 0x52694E) is unknown color: approx Tom Thumb. HEX triplet: 52, 69 and 4E. RGB value is (82,105,78). Sum of RGB (Red+Green+Blue) = 82+105+78=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 105 - color contains mainly: green. Hex color #52694E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52694E is #AD96B1. Grayscale: #5F5F5F. Windows color (decimal): -11376306 or 5138770. OLE color: 5138770.

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

Color convert

RGB8210578-
CMYK0.2200.260.59
HSL111.11º14.75%35.88%-
HSV(B)111.11º25.71%41.18%-
XYZ9.9112.459.09-
YUV95.04118.38118.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.94%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 78 (30.86% from 255) = 29.43%
R=30.94%
G=39.62%
B=29.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105780.2200.260.59111.1114.7535.88
Hex52694E1601A3B6ff24
Octal12215111626032731571744
Binary1010010110100110011101011001101011101111011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52694E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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