Html Css Color HEX #526958 Mineral Green

📋 copy color: '#526958'

red 82 ◦ green 105 ◦ blue 88

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

Shades of Mineral Green #526958

Tints of Mineral Green #526958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 32%

R = 29.82%
G = 38.18%
B = 32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#526958 (or 0x526958) is known color: Mineral Green. HEX triplet: 52, 69 and 58. RGB value is (82,105,88). Sum of RGB (Red+Green+Blue) = 82+105+88=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #526958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #526958 is #AD96A7. Grayscale: #606060. Windows color (decimal): -11376296 or 5794130. OLE color: 5794130.

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

Color convert

RGB 82 105 88 -
CMYK 0.22 0 0.16 0.59
HSL 135.65º 0.12% 0.37% -
HSV(B) 135.65º 0.22% 0.41% -
XYZ 10.29 12.6 11.12 -
YUV 96.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 82 105 88 0.22 0 0.16 0.59 135.65 0.12 0.37
Hex 52 69 58 16 0 10 3B 88 C 25
Octal 122 151 130 26 0 20 73 210 14 45
Binary 1010010 1101001 1011000 10110 0 10000 111011 10001000 1100 100101

Color Harmonies of #526958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526958

Black with #526958

Text Example


Text Example

White with #526958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526958; }

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

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

background-color css

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

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

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

border-color css

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

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

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