Html Css Color HEX #526956 Mineral Green

📋 copy color: '#526956'

red 82 ◦ green 105 ◦ blue 86

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

Shades of Mineral Green #526956

Tints of Mineral Green #526956

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.46%

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

R = 30.04%
G = 38.46%
B = 31.5%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.59

RGB Variations

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

Color information

#526956 (or 0x526956) is known color: Mineral Green. HEX triplet: 52, 69 and 56. RGB value is (82,105,86). Sum of RGB (Red+Green+Blue) = 82+105+86=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 105 (41.41% from 255 or 38.46% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 105 - color contains mainly: green. Hex color #526956 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526956 is #AD96A9. Grayscale: #606060. Windows color (decimal): -11376298 or 5663058. OLE color: 5663058.

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

Color convert

RGB 82 105 86 -
CMYK 0.22 0 0.18 0.59
HSL 130.43º 0.12% 0.37% -
HSV(B) 130.43º 0.22% 0.41% -
XYZ 10.21 12.57 10.69 -
YUV 95.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 82 105 86 0.22 0 0.18 0.59 130.43 0.12 0.37
Hex 52 69 56 16 0 12 3B 82 C 25
Octal 122 151 126 26 0 22 73 202 14 45
Binary 1010010 1101001 1010110 10110 0 10010 111011 10000010 1100 100101

Color Harmonies of #526956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526956

Black with #526956

Text Example


Text Example

White with #526956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526956; }

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

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

background-color css

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

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

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

border-color css

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

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

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