Html Css Color HEX #486550 Mineral Green

📋 copy color: '#486550'

red 72 ◦ green 101 ◦ blue 80

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

Shades of Mineral Green #486550

Tints of Mineral Green #486550

RGB

 RED value IS 72 (28.52% from 255) = 28.46%

 GREEN value IS 101 (39.84% from 255) = 39.92%

 BLUE value IS 80 (31.64% from 255) = 31.62%

R = 28.46%
G = 39.92%
B = 31.62%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.21

 K value IS 0.60

RGB Variations

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

Color information

#486550 (or 0x486550) is known color: Mineral Green. HEX triplet: 48, 65 and 50. RGB value is (72,101,80). Sum of RGB (Red+Green+Blue) = 72+101+80=253 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.46% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 101 - color contains mainly: green. Hex color #486550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486550 is #B79AAF. Grayscale: #595959. Windows color (decimal): -12032688 or 5268808. OLE color: 5268808.

HSL color Cylindrical-coordinate representation of color #486550: hue angle of 136.55º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #486550 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 101 80 -
CMYK 0.29 0 0.21 0.60
HSL 136.55º 0.17% 0.34% -
HSV(B) 136.55º 0.29% 0.4% -
XYZ 8.77 11.26 9.3 -
YUV 89.94 122.39 115.21 -
System Red Green Blue C M Y K H S L
Decimal 72 101 80 0.29 0 0.21 0.60 136.55 0.17 0.34
Hex 48 65 50 1D 0 15 3C 89 11 22
Octal 110 145 120 35 0 25 74 211 21 42
Binary 1001000 1100101 1010000 11101 0 10101 111100 10001001 10001 100010

Color Harmonies of #486550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486550

Black with #486550

Text Example


Text Example

White with #486550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486550; }

 p { color: rgb(72,101,80); }

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

background-color css

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

 a { background-color: rgb(72,101,80); }

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

border-color css

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

 span { border-color: rgb(72,101,80); }

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