Html Css Color HEX #4D914E Fruit Salad

📋 copy color: '#4D914E'

red 77 ◦ green 145 ◦ blue 78

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

Shades of Fruit Salad #4D914E

Tints of Fruit Salad #4D914E

RGB

 RED value IS 77 (30.47% from 255) = 25.67%

 GREEN value IS 145 (57.03% from 255) = 48.33%

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

R = 25.67%
G = 48.33%
B = 26%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.46

 K value IS 0.43

RGB Variations

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

Color information

#4D914E (or 0x4D914E) is known color: Fruit Salad. HEX triplet: 4D, 91 and 4E. RGB value is (77,145,78). Sum of RGB (Red+Green+Blue) = 77+145+78=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #4D914E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D914E is #B26EB1. Grayscale: #757575. Windows color (decimal): -11693746 or 5149005. OLE color: 5149005.

HSL color Cylindrical-coordinate representation of color #4D914E: hue angle of 120.88º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D914E is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 145 78 -
CMYK 0.47 0 0.46 0.43
HSL 120.88º 0.31% 0.44% -
HSV(B) 120.88º 0.47% 0.57% -
XYZ 14.56 22.38 10.76 -
YUV 117.03 105.97 99.45 -
System Red Green Blue C M Y K H S L
Decimal 77 145 78 0.47 0 0.46 0.43 120.88 0.31 0.44
Hex 4D 91 4E 2F 0 2E 2B 79 1F 2C
Octal 115 221 116 57 0 56 53 171 37 54
Binary 1001101 10010001 1001110 101111 0 101110 101011 1111001 11111 101100

Color Harmonies of #4D914E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D914E

Black with #4D914E

Text Example


Text Example

White with #4D914E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,145,78); }

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

background-color css

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

 a { background-color: rgb(77,145,78); }

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

border-color css

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

 span { border-color: rgb(77,145,78); }

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