Html Css Color HEX #4D9642 Fruit Salad

📋 copy color: '#4D9642'

red 77 ◦ green 150 ◦ blue 66

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

Shades of Fruit Salad #4D9642

Tints of Fruit Salad #4D9642

RGB

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

 GREEN value IS 150 (58.98% from 255) = 51.19%

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

R = 26.28%
G = 51.19%
B = 22.53%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#4D9642 (or 0x4D9642) is known color: Fruit Salad. HEX triplet: 4D, 96 and 42. RGB value is (77,150,66). Sum of RGB (Red+Green+Blue) = 77+150+66=293 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.28% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #4D9642 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D9642 is #B269BD. Grayscale: #767676. Windows color (decimal): -11692478 or 4363853. OLE color: 4363853.

HSL color Cylindrical-coordinate representation of color #4D9642: hue angle of 112.14º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D9642 is Cyan = 0.49, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.41.

Color convert

RGB 77 150 66 -
CMYK 0.49 0 0.56 0.41
HSL 112.14º 0.39% 0.42% -
HSV(B) 112.14º 0.56% 0.59% -
XYZ 14.95 23.78 8.96 -
YUV 118.6 98.32 98.33 -
System Red Green Blue C M Y K H S L
Decimal 77 150 66 0.49 0 0.56 0.41 112.14 0.39 0.42
Hex 4D 96 42 31 0 38 29 70 27 2A
Octal 115 226 102 61 0 70 51 160 47 52
Binary 1001101 10010110 1000010 110001 0 111000 101001 1110000 100111 101010

Color Harmonies of #4D9642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9642

Black with #4D9642

Text Example


Text Example

White with #4D9642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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