Html Css Color HEX #4D914D Fruit Salad

📋 copy color: '#4D914D'

red 77 ◦ green 145 ◦ blue 77

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

Shades of Fruit Salad #4D914D

Tints of Fruit Salad #4D914D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 25.75%

R = 25.75%
G = 48.49%
B = 25.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.47

 K value IS 0.43

RGB Variations

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

Color information

#4D914D (or 0x4D914D) is known color: Fruit Salad. HEX triplet: 4D, 91 and 4D. RGB value is (77,145,77). Sum of RGB (Red+Green+Blue) = 77+145+77=299 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.75% from 299); Green value is 145 (57.03% from 255 or 48.49% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 145 - color contains mainly: green. Hex color #4D914D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D914D is #B26EB2. Grayscale: #757575. Windows color (decimal): -11693747 or 5083469. OLE color: 5083469.

HSL color Cylindrical-coordinate representation of color #4D914D: hue angle of 120º 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 #4D914D is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 145 77 -
CMYK 0.47 0 0.47 0.43
HSL 120º 0.31% 0.44% -
HSV(B) 120º 0.47% 0.57% -
XYZ 14.53 22.36 10.57 -
YUV 116.92 105.47 99.53 -
System Red Green Blue C M Y K H S L
Decimal 77 145 77 0.47 0 0.47 0.43 120 0.31 0.44
Hex 4D 91 4D 2F 0 2F 2B 78 1F 2C
Octal 115 221 115 57 0 57 53 170 37 54
Binary 1001101 10010001 1001101 101111 0 101111 101011 1111000 11111 101100

Color Harmonies of #4D914D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D914D

Black with #4D914D

Text Example


Text Example

White with #4D914D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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