Html Css Color HEX #486953 Mineral Green

📋 copy color: '#486953'

red 72 ◦ green 105 ◦ blue 83

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

Shades of Mineral Green #486953

Tints of Mineral Green #486953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.92%

R = 27.69%
G = 40.38%
B = 31.92%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#486953 (or 0x486953) is known color: Mineral Green. HEX triplet: 48, 69 and 53. RGB value is (72,105,83). Sum of RGB (Red+Green+Blue) = 72+105+83=260 (34% of max value = 765). Red value is 72 (28.52% from 255 or 27.69% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 105 - color contains mainly: green. Hex color #486953 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #486953 is #B796AC. Grayscale: #5C5C5C. Windows color (decimal): -12031661 or 5466440. OLE color: 5466440.

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

Color convert

RGB 72 105 83 -
CMYK 0.31 0 0.21 0.59
HSL 140º 0.19% 0.35% -
HSV(B) 140º 0.31% 0.41% -
XYZ 9.29 12.11 10.03 -
YUV 92.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 72 105 83 0.31 0 0.21 0.59 140 0.19 0.35
Hex 48 69 53 1F 0 15 3B 8C 13 23
Octal 110 151 123 37 0 25 73 214 23 43
Binary 1001000 1101001 1010011 11111 0 10101 111011 10001100 10011 100011

Color Harmonies of #486953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #486953

Black with #486953

Text Example


Text Example

White with #486953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #486953; }

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

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

background-color css

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

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

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

border-color css

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

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

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