Html Css Color HEX #526354 Mineral Green

📋 copy color: '#526354'

red 82 ◦ green 99 ◦ blue 84

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

Shades of Mineral Green #526354

Tints of Mineral Green #526354

RGB

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

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

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

R = 30.94%
G = 37.36%
B = 31.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#526354 (or 0x526354) is known color: Mineral Green. HEX triplet: 52, 63 and 54. RGB value is (82,99,84). Sum of RGB (Red+Green+Blue) = 82+99+84=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 99 (39.06% from 255 or 37.36% from 265); Blue value is 84 (33.20% from 255 or 31.70% from 265); Max value from RGB is 99 - color contains mainly: green. Hex color #526354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526354 is #AD9CAB. Grayscale: #5C5C5C. Windows color (decimal): -11377836 or 5530450. OLE color: 5530450.

HSL color Cylindrical-coordinate representation of color #526354: hue angle of 127.06º 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 #526354 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 99 84 -
CMYK 0.17 0 0.15 0.61
HSL 127.06º 0.09% 0.35% -
HSV(B) 127.06º 0.17% 0.39% -
XYZ 9.54 11.36 10.08 -
YUV 92.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 82 99 84 0.17 0 0.15 0.61 127.06 0.09 0.35
Hex 52 63 54 11 0 F 3D 7F 9 23
Octal 122 143 124 21 0 17 75 177 11 43
Binary 1010010 1100011 1010100 10001 0 1111 111101 1111111 1001 100011

Color Harmonies of #526354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526354

Black with #526354

Text Example


Text Example

White with #526354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526354; }

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

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

background-color css

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

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

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

border-color css

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

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

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