Html Css Color HEX #526947 Tom Thumb

📋 copy color: '#526947'

red 82 ◦ green 105 ◦ blue 71

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

Shades of Tom Thumb #526947

Tints of Tom Thumb #526947

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.7%

 BLUE value IS 71 (28.13% from 255) = 27.52%

R = 31.78%
G = 40.7%
B = 27.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#526947 (or 0x526947) is known color: 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

RGB 82 105 71 -
CMYK 0.22 0 0.32 0.59
HSL 100.59º 0.19% 0.35% -
HSV(B) 100.59º 0.32% 0.41% -
XYZ 9.67 12.35 7.84 -
YUV 94.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 82 105 71 0.22 0 0.32 0.59 100.59 0.19 0.35
Hex 52 69 47 16 0 20 3B 65 13 23
Octal 122 151 107 26 0 40 73 145 23 43
Binary 1010010 1101001 1000111 10110 0 100000 111011 1100101 10011 100011

Color Harmonies of #526947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526947

Black with #526947

Text Example


Text Example

White with #526947

Text Example


Text Example

HTML Codes & Css Web 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>