Html Css Color HEX #48614F Mineral Green

📋 copy color: '#48614F'

red 72 ◦ green 97 ◦ blue 79

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

Shades of Mineral Green #48614F

Tints of Mineral Green #48614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.11%

 BLUE value IS 79 (31.25% from 255) = 31.85%

R = 29.03%
G = 39.11%
B = 31.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#48614F (or 0x48614F) is known color: Mineral Green. HEX triplet: 48, 61 and 4F. RGB value is (72,97,79). Sum of RGB (Red+Green+Blue) = 72+97+79=248 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.03% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 97 - color contains mainly: green. Hex color #48614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48614F is #B79EB0. Grayscale: #575757. Windows color (decimal): -12033713 or 5202248. OLE color: 5202248.

HSL color Cylindrical-coordinate representation of color #48614F: hue angle of 136.8º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #48614F is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 97 79 -
CMYK 0.26 0 0.19 0.62
HSL 136.8º 0.15% 0.33% -
HSV(B) 136.8º 0.26% 0.38% -
XYZ 8.36 10.49 8.98 -
YUV 87.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 72 97 79 0.26 0 0.19 0.62 136.8 0.15 0.33
Hex 48 61 4F 1A 0 13 3E 89 F 21
Octal 110 141 117 32 0 23 76 211 17 41
Binary 1001000 1100001 1001111 11010 0 10011 111110 10001001 1111 100001

Color Harmonies of #48614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48614F

Black with #48614F

Text Example


Text Example

White with #48614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48614F; }

 p { color: rgb(72,97,79); }

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

background-color css

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

 a { background-color: rgb(72,97,79); }

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

border-color css

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

 span { border-color: rgb(72,97,79); }

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