Html Css Color HEX #48604E Mineral Green

📋 copy color: '#48604E'

red 72 ◦ green 96 ◦ blue 78

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

Shades of Mineral Green #48604E

Tints of Mineral Green #48604E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.02%

 BLUE value IS 78 (30.86% from 255) = 31.71%

R = 29.27%
G = 39.02%
B = 31.71%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#48604E (or 0x48604E) is known color: Mineral Green. HEX triplet: 48, 60 and 4E. RGB value is (72,96,78). Sum of RGB (Red+Green+Blue) = 72+96+78=246 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.27% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 96 - color contains mainly: green. Hex color #48604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48604E is #B79FB1. Grayscale: #565656. Windows color (decimal): -12033970 or 5136456. OLE color: 5136456.

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

Color convert

RGB 72 96 78 -
CMYK 0.25 0 0.19 0.62
HSL 135º 0.14% 0.33% -
HSV(B) 135º 0.25% 0.38% -
XYZ 8.23 10.29 8.76 -
YUV 86.77 123.05 117.46 -
System Red Green Blue C M Y K H S L
Decimal 72 96 78 0.25 0 0.19 0.62 135 0.14 0.33
Hex 48 60 4E 19 0 13 3E 87 E 21
Octal 110 140 116 31 0 23 76 207 16 41
Binary 1001000 1100000 1001110 11001 0 10011 111110 10000111 1110 100001

Color Harmonies of #48604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48604E

Black with #48604E

Text Example


Text Example

White with #48604E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48604E; }

 p { color: rgb(72,96,78); }

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

background-color css

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

 a { background-color: rgb(72,96,78); }

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

border-color css

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

 span { border-color: rgb(72,96,78); }

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