Html Css Color HEX #4D924A Fruit Salad

📋 copy color: '#4D924A'

red 77 ◦ green 146 ◦ blue 74

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

Shades of Fruit Salad #4D924A

Tints of Fruit Salad #4D924A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.92%

R = 25.93%
G = 49.16%
B = 24.92%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#4D924A (or 0x4D924A) is known color: Fruit Salad. HEX triplet: 4D, 92 and 4A. RGB value is (77,146,74). Sum of RGB (Red+Green+Blue) = 77+146+74=297 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.93% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #4D924A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D924A is #B26DB5. Grayscale: #757575. Windows color (decimal): -11693494 or 4887117. OLE color: 4887117.

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

Color convert

RGB 77 146 74 -
CMYK 0.47 0 0.49 0.43
HSL 117.5º 0.33% 0.43% -
HSV(B) 117.5º 0.49% 0.57% -
XYZ 14.58 22.63 10.08 -
YUV 117.16 103.64 99.35 -
System Red Green Blue C M Y K H S L
Decimal 77 146 74 0.47 0 0.49 0.43 117.5 0.33 0.43
Hex 4D 92 4A 2F 0 31 2B 76 21 2B
Octal 115 222 112 57 0 61 53 166 41 53
Binary 1001101 10010010 1001010 101111 0 110001 101011 1110110 100001 101011

Color Harmonies of #4D924A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D924A

Black with #4D924A

Text Example


Text Example

White with #4D924A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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