Html Css Color HEX #526856 Mineral Green

📋 copy color: '#526856'

red 82 ◦ green 104 ◦ blue 86

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

Shades of Mineral Green #526856

Tints of Mineral Green #526856

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.24%

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

R = 30.15%
G = 38.24%
B = 31.62%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.59

RGB Variations

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

Color information

#526856 (or 0x526856) is known color: Mineral Green. HEX triplet: 52, 68 and 56. RGB value is (82,104,86). Sum of RGB (Red+Green+Blue) = 82+104+86=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 104 - color contains mainly: green. Hex color #526856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526856 is #AD97A9. Grayscale: #5F5F5F. Windows color (decimal): -11376554 or 5662802. OLE color: 5662802.

HSL color Cylindrical-coordinate representation of color #526856: hue angle of 130.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #526856 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 86 -
CMYK 0.21 0 0.17 0.59
HSL 130.91º 0.12% 0.36% -
HSV(B) 130.91º 0.21% 0.41% -
XYZ 10.11 12.37 10.66 -
YUV 95.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 82 104 86 0.21 0 0.17 0.59 130.91 0.12 0.36
Hex 52 68 56 15 0 11 3B 83 C 24
Octal 122 150 126 25 0 21 73 203 14 44
Binary 1010010 1101000 1010110 10101 0 10001 111011 10000011 1100 100100

Color Harmonies of #526856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526856

Black with #526856

Text Example


Text Example

White with #526856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526856; }

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

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

background-color css

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

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

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

border-color css

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

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

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