Html Css Color HEX #526948 Tom Thumb

📋 copy color: '#526948'

red 82 ◦ green 105 ◦ blue 72

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

Shades of Tom Thumb #526948

Tints of Tom Thumb #526948

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.8%

R = 31.66%
G = 40.54%
B = 27.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

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

RGB 82 105 72 -
CMYK 0.22 0 0.31 0.59
HSL 101.82º 0.19% 0.35% -
HSV(B) 101.82º 0.31% 0.41% -
XYZ 9.7 12.36 8.01 -
YUV 94.36 115.38 119.18 -
System Red Green Blue C M Y K H S L
Decimal 82 105 72 0.22 0 0.31 0.59 101.82 0.19 0.35
Hex 52 69 48 16 0 1F 3B 66 13 23
Octal 122 151 110 26 0 37 73 146 23 43
Binary 1010010 1101001 1001000 10110 0 11111 111011 1100110 10011 100011

Color Harmonies of #526948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526948

Black with #526948

Text Example


Text Example

White with #526948

Text Example


Text Example

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