Html Css Color HEX #526254 Mineral Green

📋 copy color: '#526254'

red 82 ◦ green 98 ◦ blue 84

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

Shades of Mineral Green #526254

Tints of Mineral Green #526254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.82%

R = 31.06%
G = 37.12%
B = 31.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#526254 (or 0x526254) is known color: Mineral Green. HEX triplet: 52, 62 and 54. RGB value is (82,98,84). Sum of RGB (Red+Green+Blue) = 82+98+84=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 98 (38.67% from 255 or 37.12% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 98 - color contains mainly: green. Hex color #526254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526254 is #AD9DAB. Grayscale: #5B5B5B. Windows color (decimal): -11378092 or 5530194. OLE color: 5530194.

HSL color Cylindrical-coordinate representation of color #526254: hue angle of 127.5º 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 #526254 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 98 84 -
CMYK 0.16 0 0.14 0.62
HSL 127.5º 0.09% 0.35% -
HSV(B) 127.5º 0.16% 0.38% -
XYZ 9.45 11.17 10.05 -
YUV 91.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 82 98 84 0.16 0 0.14 0.62 127.5 0.09 0.35
Hex 52 62 54 10 0 E 3E 80 9 23
Octal 122 142 124 20 0 16 76 200 11 43
Binary 1010010 1100010 1010100 10000 0 1110 111110 10000000 1001 100011

Color Harmonies of #526254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526254

Black with #526254

Text Example


Text Example

White with #526254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526254; }

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

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

background-color css

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

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

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

border-color css

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

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

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