Html Css Color HEX #4E6053 Mineral Green

📋 copy color: '#4E6053'

red 78 ◦ green 96 ◦ blue 83

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

Shades of Mineral Green #4E6053

Tints of Mineral Green #4E6053

RGB

 RED value IS 78 (30.86% from 255) = 30.35%

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

 BLUE value IS 83 (32.81% from 255) = 32.3%

R = 30.35%
G = 37.35%
B = 32.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#4E6053 (or 0x4E6053) is known color: Mineral Green. HEX triplet: 4E, 60 and 53. RGB value is (78,96,83). Sum of RGB (Red+Green+Blue) = 78+96+83=257 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.35% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 83 (32.81% from 255 or 32.30% from 257); Max value from RGB is 96 - color contains mainly: green. Hex color #4E6053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6053 is #B19FAC. Grayscale: #595959. Windows color (decimal): -11640749 or 5464142. OLE color: 5464142.

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

Color convert

RGB 78 96 83 -
CMYK 0.19 0 0.14 0.62
HSL 136.67º 0.1% 0.34% -
HSV(B) 136.67º 0.19% 0.38% -
XYZ 8.89 10.61 9.76 -
YUV 89.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 78 96 83 0.19 0 0.14 0.62 136.67 0.1 0.34
Hex 4E 60 53 13 0 E 3E 89 A 22
Octal 116 140 123 23 0 16 76 211 12 42
Binary 1001110 1100000 1010011 10011 0 1110 111110 10001001 1010 100010

Color Harmonies of #4E6053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6053

Black with #4E6053

Text Example


Text Example

White with #4E6053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4E6053; }

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

 H1.HeaderClassName
 {
   color: #4E6053;
 }
 .AnyTagClassName
 {
   color: #4E6053;
 }
</style>

background-color css

<style>
 a { background-color: #4E6053; }

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

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

border-color css

<style>
 span { border-color: #4E6053; }

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

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