#526C4D

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

Shades of Tom Thumb #526C4D

Tints of Tom Thumb #526C4D

Color information

#526C4D (or 0x526C4D) is unknown color: approx Tom Thumb. HEX triplet: 52, 6C and 4D. RGB value is (82,108,77). Sum of RGB (Red+Green+Blue) = 82+108+77=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 108 (42.58% from 255 or 40.45% from 267); Blue value is 77 (30.47% from 255 or 28.84% from 267); Max value from RGB is 108 - color contains mainly: green. Hex color #526C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526C4D is #AD93B2. Grayscale: #606060. Windows color (decimal): -11375539 or 5074002. OLE color: 5074002.

HSL color Cylindrical-coordinate representation of color #526C4D: hue angle of 110.32º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #526C4D is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB8210877-
CMYK0.2400.290.58
HSL110.32º16.76%36.27%-
HSV(B)110.32º28.7%42.35%-
XYZ10.1813.059-
YUV96.69116.89117.52-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 108 (42.58% from 255) = 40.45%
BLUE value IS 77 (30.47% from 255) = 28.84%
R=30.71%
G=40.45%
B=28.84%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82108770.2400.290.58110.3216.7636.27
Hex526C4D1801D3A6e1124
Octal12215411530035721562144
Binary10100101101100100110111000011101111010110111010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526C4D; }

 p { color: rgb(82,108,77); }

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

<style>
 a { background-color: #526C4D; }

 a { background-color: rgb(82,108,77); }

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

<style>
 span { border-color: #526C4D; }

 span { border-color: rgb(82,108,77); }

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