Html Css Color HEX #526256 Mineral Green

📋 copy color: '#526256'

red 82 ◦ green 98 ◦ blue 86

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

Shades of Mineral Green #526256

Tints of Mineral Green #526256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 36.84%

 BLUE value IS 86 (33.98% from 255) = 32.33%

R = 30.83%
G = 36.84%
B = 32.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#526256 (or 0x526256) is known color: Mineral Green. HEX triplet: 52, 62 and 56. RGB value is (82,98,86). Sum of RGB (Red+Green+Blue) = 82+98+86=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 98 (38.67% from 255 or 36.84% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 98 - color contains mainly: green. Hex color #526256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526256 is #AD9DA9. Grayscale: #5B5B5B. Windows color (decimal): -11378090 or 5661266. OLE color: 5661266.

HSL color Cylindrical-coordinate representation of color #526256: hue angle of 135º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #526256 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 98 86 -
CMYK 0.16 0 0.12 0.62
HSL 135º 0.09% 0.35% -
HSV(B) 135º 0.16% 0.38% -
XYZ 9.53 11.2 10.46 -
YUV 91.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 82 98 86 0.16 0 0.12 0.62 135 0.09 0.35
Hex 52 62 56 10 0 C 3E 87 9 23
Octal 122 142 126 20 0 14 76 207 11 43
Binary 1010010 1100010 1010110 10000 0 1100 111110 10000111 1001 100011

Color Harmonies of #526256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526256

Black with #526256

Text Example


Text Example

White with #526256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526256; }

 p { color: rgb(82,98,86); }

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

background-color css

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

 a { background-color: rgb(82,98,86); }

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

border-color css

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

 span { border-color: rgb(82,98,86); }

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