Html Css Color HEX #485E4C Mineral Green

📋 copy color: '#485E4C'

red 72 ◦ green 94 ◦ blue 76

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

Shades of Mineral Green #485E4C

Tints of Mineral Green #485E4C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.84%

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

R = 29.75%
G = 38.84%
B = 31.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.63

RGB Variations

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

Color information

#485E4C (or 0x485E4C) is known color: Mineral Green. HEX triplet: 48, 5E and 4C. RGB value is (72,94,76). Sum of RGB (Red+Green+Blue) = 72+94+76=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 76 (30.08% from 255 or 31.40% from 242); Max value from RGB is 94 - color contains mainly: green. Hex color #485E4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485E4C is #B7A1B3. Grayscale: #555555. Windows color (decimal): -12034484 or 5004872. OLE color: 5004872.

HSL color Cylindrical-coordinate representation of color #485E4C: hue angle of 130.91º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485E4C is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB 72 94 76 -
CMYK 0.23 0 0.19 0.63
HSL 130.91º 0.13% 0.33% -
HSV(B) 130.91º 0.23% 0.37% -
XYZ 7.98 9.9 8.33 -
YUV 85.37 122.71 118.46 -
System Red Green Blue C M Y K H S L
Decimal 72 94 76 0.23 0 0.19 0.63 130.91 0.13 0.33
Hex 48 5E 4C 17 0 13 3F 83 D 21
Octal 110 136 114 27 0 23 77 203 15 41
Binary 1001000 1011110 1001100 10111 0 10011 111111 10000011 1101 100001

Color Harmonies of #485E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #485E4C

Black with #485E4C

Text Example


Text Example

White with #485E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #485E4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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