Html Css Color HEX #486952 Mineral Green

📋 copy color: '#486952'

red 72 ◦ green 105 ◦ blue 82

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

Shades of Mineral Green #486952

Tints of Mineral Green #486952

RGB

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

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

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

R = 27.8%
G = 40.54%
B = 31.66%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#486952 (or 0x486952) is known color: Mineral Green. HEX triplet: 48, 69 and 52. RGB value is (72,105,82). Sum of RGB (Red+Green+Blue) = 72+105+82=259 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.80% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 82 (32.42% from 255 or 31.66% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #486952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486952 is #B796AD. Grayscale: #5C5C5C. Windows color (decimal): -12031662 or 5400904. OLE color: 5400904.

HSL color Cylindrical-coordinate representation of color #486952: hue angle of 138.18º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #486952 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 105 82 -
CMYK 0.31 0 0.22 0.59
HSL 138.18º 0.19% 0.35% -
HSV(B) 138.18º 0.31% 0.41% -
XYZ 9.25 12.09 9.83 -
YUV 92.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 72 105 82 0.31 0 0.22 0.59 138.18 0.19 0.35
Hex 48 69 52 1F 0 16 3B 8A 13 23
Octal 110 151 122 37 0 26 73 212 23 43
Binary 1001000 1101001 1010010 11111 0 10110 111011 10001010 10011 100011

Color Harmonies of #486952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486952

Black with #486952

Text Example


Text Example

White with #486952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486952; }

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

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

background-color css

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

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

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

border-color css

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

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

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