#526948

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

Shades of Tom Thumb #526948

Tints of Tom Thumb #526948

Color information

#526948 (or 0x526948) is unknown color: approx Tom Thumb. HEX triplet: 52, 69 and 48. RGB value is (82,105,72). Sum of RGB (Red+Green+Blue) = 82+105+72=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #526948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526948 is #AD96B7. Grayscale: #5E5E5E. Windows color (decimal): -11376312 or 4745554. OLE color: 4745554.

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

Color convert

RGB8210572-
CMYK0.2200.310.59
HSL101.82º18.64%34.71%-
HSV(B)101.82º31.43%41.18%-
XYZ9.712.368.01-
YUV94.36115.38119.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.66%
GREEN value IS 105 (41.41% from 255) = 40.54%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=31.66%
G=40.54%
B=27.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82105720.2200.310.59101.8218.6434.71
Hex5269481601F3B661323
Octal12215111026037731462343
Binary10100101101001100100010110011111111011110011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #526948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #526948; }

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

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

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

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

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

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

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

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