Html Css Color HEX #526148 Tom Thumb

📋 copy color: '#526148'

red 82 ◦ green 97 ◦ blue 72

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

Shades of Tom Thumb #526148

Tints of Tom Thumb #526148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.65%

 BLUE value IS 72 (28.52% from 255) = 28.69%

R = 32.67%
G = 38.65%
B = 28.69%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#526148 (or 0x526148) is known color: Tom Thumb. HEX triplet: 52, 61 and 48. RGB value is (82,97,72). Sum of RGB (Red+Green+Blue) = 82+97+72=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 97 (38.28% from 255 or 38.65% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 97 - color contains mainly: green. Hex color #526148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526148 is #AD9EB7. Grayscale: #595959. Windows color (decimal): -11378360 or 4743506. OLE color: 4743506.

HSL color Cylindrical-coordinate representation of color #526148: hue angle of 96º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #526148 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 97 72 -
CMYK 0.15 0 0.26 0.62
HSL 96º 0.15% 0.33% -
HSV(B) 96º 0.26% 0.38% -
XYZ 8.92 10.81 7.75 -
YUV 89.67 118.03 122.53 -
System Red Green Blue C M Y K H S L
Decimal 82 97 72 0.15 0 0.26 0.62 96 0.15 0.33
Hex 52 61 48 F 0 1A 3E 60 F 21
Octal 122 141 110 17 0 32 76 140 17 41
Binary 1010010 1100001 1001000 1111 0 11010 111110 1100000 1111 100001

Color Harmonies of #526148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526148

Black with #526148

Text Example


Text Example

White with #526148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526148; }

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

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

background-color css

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

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

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

border-color css

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

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

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