Html Css Color HEX #526D46 Tom Thumb

📋 copy color: '#526D46'

red 82 ◦ green 109 ◦ blue 70

#526D46
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tom Thumb #526D46

Tints of Tom Thumb #526D46

RGB

 RED value IS 82 (32.42% from 255) = 31.42%

 GREEN value IS 109 (42.97% from 255) = 41.76%

 BLUE value IS 70 (27.73% from 255) = 26.82%

R = 31.42%
G = 41.76%
B = 26.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.57

RGB Variations

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

Color information

#526D46 (or 0x526D46) is known color: Tom Thumb. HEX triplet: 52, 6D and 46. RGB value is (82,109,70). Sum of RGB (Red+Green+Blue) = 82+109+70=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 109 (42.97% from 255 or 41.76% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 109 - color contains mainly: green. Hex color #526D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526D46 is #AD92B9. Grayscale: #606060. Windows color (decimal): -11375290 or 4615506. OLE color: 4615506.

HSL color Cylindrical-coordinate representation of color #526D46: hue angle of 101.54º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #526D46 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 109 70 -
CMYK 0.25 0 0.36 0.57
HSL 101.54º 0.22% 0.35% -
HSV(B) 101.54º 0.36% 0.43% -
XYZ 10.05 13.17 7.81 -
YUV 96.48 113.05 117.67 -
System Red Green Blue C M Y K H S L
Decimal 82 109 70 0.25 0 0.36 0.57 101.54 0.22 0.35
Hex 52 6D 46 19 0 24 39 66 16 23
Octal 122 155 106 31 0 44 71 146 26 43
Binary 1010010 1101101 1000110 11001 0 100100 111001 1100110 10110 100011

Color Harmonies of #526D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526D46

Black with #526D46

Text Example


Text Example

White with #526D46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,109,70); }

 H1.HeaderClassName
 {
   color: #526D46;
 }
 .AnyTagClassName
 {
   color: #526D46;
 }
</style>

background-color css

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

 a { background-color: rgb(82,109,70); }

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

border-color css

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

 span { border-color: rgb(82,109,70); }

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