Html Css Color HEX #48654E Mineral Green

📋 copy color: '#48654E'

red 72 ◦ green 101 ◦ blue 78

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

Shades of Mineral Green #48654E

Tints of Mineral Green #48654E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.24%

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

R = 28.69%
G = 40.24%
B = 31.08%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.23

 K value IS 0.60

RGB Variations

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

Color information

#48654E (or 0x48654E) is known color: Mineral Green. HEX triplet: 48, 65 and 4E. RGB value is (72,101,78). Sum of RGB (Red+Green+Blue) = 72+101+78=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 78 (30.86% from 255 or 31.08% from 251); Max value from RGB is 101 - color contains mainly: green. Hex color #48654E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #48654E is #B79AB1. Grayscale: #595959. Windows color (decimal): -12032690 or 5137736. OLE color: 5137736.

HSL color Cylindrical-coordinate representation of color #48654E: hue angle of 132.41º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48654E is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.60.

Color convert

RGB 72 101 78 -
CMYK 0.29 0 0.23 0.60
HSL 132.41º 0.17% 0.34% -
HSV(B) 132.41º 0.29% 0.4% -
XYZ 8.7 11.24 8.92 -
YUV 89.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 72 101 78 0.29 0 0.23 0.60 132.41 0.17 0.34
Hex 48 65 4E 1D 0 17 3C 84 11 22
Octal 110 145 116 35 0 27 74 204 21 42
Binary 1001000 1100101 1001110 11101 0 10111 111100 10000100 10001 100010

Color Harmonies of #48654E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48654E

Black with #48654E

Text Example


Text Example

White with #48654E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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