Html Css Color HEX #486752 Mineral Green

📋 copy color: '#486752'

red 72 ◦ green 103 ◦ blue 82

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

Shades of Mineral Green #486752

Tints of Mineral Green #486752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.08%

 BLUE value IS 82 (32.42% from 255) = 31.91%

R = 28.02%
G = 40.08%
B = 31.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#486752 (or 0x486752) is known color: Mineral Green. HEX triplet: 48, 67 and 52. RGB value is (72,103,82). Sum of RGB (Red+Green+Blue) = 72+103+82=257 (34% of max value = 765). Red value is 72 (28.52% from 255 or 28.02% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 103 - color contains mainly: green. Hex color #486752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486752 is #B798AD. Grayscale: #5B5B5B. Windows color (decimal): -12032174 or 5400392. OLE color: 5400392.

HSL color Cylindrical-coordinate representation of color #486752: hue angle of 139.35º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #486752 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 103 82 -
CMYK 0.30 0 0.20 0.60
HSL 139.35º 0.18% 0.34% -
HSV(B) 139.35º 0.3% 0.4% -
XYZ 9.05 11.69 9.76 -
YUV 91.34 122.73 114.21 -
System Red Green Blue C M Y K H S L
Decimal 72 103 82 0.30 0 0.20 0.60 139.35 0.18 0.34
Hex 48 67 52 1E 0 14 3C 8B 12 22
Octal 110 147 122 36 0 24 74 213 22 42
Binary 1001000 1100111 1010010 11110 0 10100 111100 10001011 10010 100010

Color Harmonies of #486752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486752

Black with #486752

Text Example


Text Example

White with #486752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486752; }

 p { color: rgb(72,103,82); }

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

background-color css

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

 a { background-color: rgb(72,103,82); }

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

border-color css

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

 span { border-color: rgb(72,103,82); }

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