Html Css Color HEX #4D924E Fruit Salad

📋 copy color: '#4D924E'

red 77 ◦ green 146 ◦ blue 78

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

Shades of Fruit Salad #4D924E

Tints of Fruit Salad #4D924E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 48.5%

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

R = 25.58%
G = 48.5%
B = 25.91%

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

#4D924E (or 0x4D924E) is known color: Fruit Salad. HEX triplet: 4D, 92 and 4E. RGB value is (77,146,78). Sum of RGB (Red+Green+Blue) = 77+146+78=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 146 (57.42% from 255 or 48.50% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 146 - color contains mainly: green. Hex color #4D924E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D924E is #B26DB1. Grayscale: #757575. Windows color (decimal): -11693490 or 5149261. OLE color: 5149261.

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

Color convert

RGB 77 146 78 -
CMYK 0.47 0 0.47 0.43
HSL 120.87º 0.31% 0.44% -
HSV(B) 120.87º 0.47% 0.57% -
XYZ 14.71 22.69 10.81 -
YUV 117.62 105.64 99.03 -
System Red Green Blue C M Y K H S L
Decimal 77 146 78 0.47 0 0.47 0.43 120.87 0.31 0.44
Hex 4D 92 4E 2F 0 2F 2B 79 1F 2C
Octal 115 222 116 57 0 57 53 171 37 54
Binary 1001101 10010010 1001110 101111 0 101111 101011 1111001 11111 101100

Color Harmonies of #4D924E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D924E

Black with #4D924E

Text Example


Text Example

White with #4D924E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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