Html Css Color HEX #526456 Mineral Green

📋 copy color: '#526456'

red 82 ◦ green 100 ◦ blue 86

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

Shades of Mineral Green #526456

Tints of Mineral Green #526456

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.31%

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

R = 30.6%
G = 37.31%
B = 32.09%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#526456 (or 0x526456) is known color: Mineral Green. HEX triplet: 52, 64 and 56. RGB value is (82,100,86). Sum of RGB (Red+Green+Blue) = 82+100+86=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 100 (39.45% from 255 or 37.31% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 100 - color contains mainly: green. Hex color #526456 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526456 is #AD9BA9. Grayscale: #5D5D5D. Windows color (decimal): -11377578 or 5661778. OLE color: 5661778.

HSL color Cylindrical-coordinate representation of color #526456: hue angle of 133.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #526456 is Cyan = 0.18, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 100 86 -
CMYK 0.18 0 0.14 0.61
HSL 133.33º 0.1% 0.36% -
HSV(B) 133.33º 0.18% 0.39% -
XYZ 9.72 11.58 10.53 -
YUV 93.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 82 100 86 0.18 0 0.14 0.61 133.33 0.1 0.36
Hex 52 64 56 12 0 E 3D 85 A 24
Octal 122 144 126 22 0 16 75 205 12 44
Binary 1010010 1100100 1010110 10010 0 1110 111101 10000101 1010 100100

Color Harmonies of #526456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526456

Black with #526456

Text Example


Text Example

White with #526456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526456; }

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

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

background-color css

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

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

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

border-color css

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

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

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