Html Css Color HEX #4D9442 Fruit Salad

📋 copy color: '#4D9442'

red 77 ◦ green 148 ◦ blue 66

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

Shades of Fruit Salad #4D9442

Tints of Fruit Salad #4D9442

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.86%

 BLUE value IS 66 (26.17% from 255) = 22.68%

R = 26.46%
G = 50.86%
B = 22.68%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#4D9442 (or 0x4D9442) is known color: Fruit Salad. HEX triplet: 4D, 94 and 42. RGB value is (77,148,66). Sum of RGB (Red+Green+Blue) = 77+148+66=291 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.46% from 291); Green value is 148 (58.20% from 255 or 50.86% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 148 - color contains mainly: green. Hex color #4D9442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9442 is #B26BBD. Grayscale: #757575. Windows color (decimal): -11692990 or 4363341. OLE color: 4363341.

HSL color Cylindrical-coordinate representation of color #4D9442: hue angle of 111.95º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4D9442 is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 148 66 -
CMYK 0.48 0 0.55 0.42
HSL 111.95º 0.38% 0.42% -
HSV(B) 111.95º 0.55% 0.58% -
XYZ 14.63 23.15 8.85 -
YUV 117.42 98.98 99.17 -
System Red Green Blue C M Y K H S L
Decimal 77 148 66 0.48 0 0.55 0.42 111.95 0.38 0.42
Hex 4D 94 42 30 0 37 2A 70 26 2A
Octal 115 224 102 60 0 67 52 160 46 52
Binary 1001101 10010100 1000010 110000 0 110111 101010 1110000 100110 101010

Color Harmonies of #4D9442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9442

Black with #4D9442

Text Example


Text Example

White with #4D9442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,148,66); }

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

background-color css

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

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

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

border-color css

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

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

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