Html Css Color HEX #48614C Mineral Green

📋 copy color: '#48614C'

red 72 ◦ green 97 ◦ blue 76

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

Shades of Mineral Green #48614C

Tints of Mineral Green #48614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.02%

R = 29.39%
G = 39.59%
B = 31.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#48614C (or 0x48614C) is known color: Mineral Green. HEX triplet: 48, 61 and 4C. RGB value is (72,97,76). Sum of RGB (Red+Green+Blue) = 72+97+76=245 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.39% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #48614C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48614C is #B79EB3. Grayscale: #575757. Windows color (decimal): -12033716 or 5005640. OLE color: 5005640.

HSL color Cylindrical-coordinate representation of color #48614C: hue angle of 129.6º 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 #48614C is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 97 76 -
CMYK 0.26 0 0.22 0.62
HSL 129.6º 0.15% 0.33% -
HSV(B) 129.6º 0.26% 0.38% -
XYZ 8.25 10.45 8.42 -
YUV 87.13 121.72 117.21 -
System Red Green Blue C M Y K H S L
Decimal 72 97 76 0.26 0 0.22 0.62 129.6 0.15 0.33
Hex 48 61 4C 1A 0 16 3E 82 F 21
Octal 110 141 114 32 0 26 76 202 17 41
Binary 1001000 1100001 1001100 11010 0 10110 111110 10000010 1111 100001

Color Harmonies of #48614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48614C

Black with #48614C

Text Example


Text Example

White with #48614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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