#526947

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

Shades of Tom Thumb #526947

Tints of Tom Thumb #526947

Color information

#526947 (or 0x526947) is unknown color: approx Tom Thumb. HEX triplet: 52, 69 and 47. RGB value is (82,105,71). Sum of RGB (Red+Green+Blue) = 82+105+71=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 105 (41.41% from 255 or 40.70% from 258); Blue value is 71 (28.12% from 255 or 27.52% from 258); Max value from RGB is 105 - color contains mainly: green. Hex color #526947 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526947 is #AD96B8. Grayscale: #5E5E5E. Windows color (decimal): -11376313 or 4680018. OLE color: 4680018.

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

Color convert

RGB8210571-
CMYK0.2200.320.59
HSL100.59º19.32%34.51%-
HSV(B)100.59º32.38%41.18%-
XYZ9.6712.357.84-
YUV94.25114.88119.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 105 (41.41% from 255) = 40.70%
BLUE value IS 71 (28.12% from 255) = 27.52%
R=31.78%
G=40.70%
B=27.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105710.2200.320.59100.5919.3234.51
Hex526947160203B651323
Octal12215110726040731452343
Binary101001011010011000111101100100000111011110010110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526947; }

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

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

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

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

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

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

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

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