#526945

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

Shades of Tom Thumb #526945

Tints of Tom Thumb #526945

Color information

#526945 (or 0x526945) is unknown color: approx Tom Thumb. HEX triplet: 52, 69 and 45. RGB value is (82,105,69). Sum of RGB (Red+Green+Blue) = 82+105+69=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 105 - color contains mainly: green. Hex color #526945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526945 is #AD96BA. Grayscale: #5E5E5E. Windows color (decimal): -11376315 or 4548946. OLE color: 4548946.

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

Color convert

RGB8210569-
CMYK0.2200.340.59
HSL98.33º20.69%34.12%-
HSV(B)98.33º34.29%41.18%-
XYZ9.6112.337.5-
YUV94.02113.88119.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.03%
GREEN value IS 105 (41.41% from 255) = 41.02%
BLUE value IS 69 (27.34% from 255) = 26.95%
R=32.03%
G=41.02%
B=26.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105690.2200.340.5998.3320.6934.12
Hex526945160223B621522
Octal12215110526042731422542
Binary101001011010011000101101100100010111011110001010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526945; }

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

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

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

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

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

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

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

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