Html Css Color HEX #526356 Mineral Green

📋 copy color: '#526356'

red 82 ◦ green 99 ◦ blue 86

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

Shades of Mineral Green #526356

Tints of Mineral Green #526356

RGB

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

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

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

R = 30.71%
G = 37.08%
B = 32.21%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#526356 (or 0x526356) is known color: Mineral Green. HEX triplet: 52, 63 and 56. RGB value is (82,99,86). Sum of RGB (Red+Green+Blue) = 82+99+86=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 99 (39.06% from 255 or 37.08% from 267); Blue value is 86 (33.98% from 255 or 32.21% from 267); Max value from RGB is 99 - color contains mainly: green. Hex color #526356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526356 is #AD9CA9. Grayscale: #5C5C5C. Windows color (decimal): -11377834 or 5661522. OLE color: 5661522.

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

Color convert

RGB 82 99 86 -
CMYK 0.17 0 0.13 0.61
HSL 134.12º 0.09% 0.35% -
HSV(B) 134.12º 0.17% 0.39% -
XYZ 9.62 11.39 10.5 -
YUV 92.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 82 99 86 0.17 0 0.13 0.61 134.12 0.09 0.35
Hex 52 63 56 11 0 D 3D 86 9 23
Octal 122 143 126 21 0 15 75 206 11 43
Binary 1010010 1100011 1010110 10001 0 1101 111101 10000110 1001 100011

Color Harmonies of #526356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526356

Black with #526356

Text Example


Text Example

White with #526356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526356; }

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

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

background-color css

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

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

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

border-color css

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

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

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