Html Css Color HEX #526346 Tom Thumb

📋 copy color: '#526346'

red 82 ◦ green 99 ◦ blue 70

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

Shades of Tom Thumb #526346

Tints of Tom Thumb #526346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.44%

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

R = 32.67%
G = 39.44%
B = 27.89%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#526346 (or 0x526346) is known color: Tom Thumb. HEX triplet: 52, 63 and 46. RGB value is (82,99,70). Sum of RGB (Red+Green+Blue) = 82+99+70=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 99 (39.06% from 255 or 39.44% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 99 - color contains mainly: green. Hex color #526346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526346 is #AD9CB9. Grayscale: #5A5A5A. Windows color (decimal): -11377850 or 4612946. OLE color: 4612946.

HSL color Cylindrical-coordinate representation of color #526346: hue angle of 95.17º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #526346 is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 99 70 -
CMYK 0.17 0 0.29 0.61
HSL 95.17º 0.17% 0.33% -
HSV(B) 95.17º 0.29% 0.39% -
XYZ 9.05 11.16 7.47 -
YUV 90.61 116.37 121.86 -
System Red Green Blue C M Y K H S L
Decimal 82 99 70 0.17 0 0.29 0.61 95.17 0.17 0.33
Hex 52 63 46 11 0 1D 3D 5F 11 21
Octal 122 143 106 21 0 35 75 137 21 41
Binary 1010010 1100011 1000110 10001 0 11101 111101 1011111 10001 100001

Color Harmonies of #526346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526346

Black with #526346

Text Example


Text Example

White with #526346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526346; }

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

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

background-color css

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

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

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

border-color css

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

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

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