Html Css Color HEX #4D934D Fruit Salad

📋 copy color: '#4D934D'

red 77 ◦ green 147 ◦ blue 77

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

Shades of Fruit Salad #4D934D

Tints of Fruit Salad #4D934D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 48.84%

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

R = 25.58%
G = 48.84%
B = 25.58%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#4D934D (or 0x4D934D) is known color: Fruit Salad. HEX triplet: 4D, 93 and 4D. RGB value is (77,147,77). Sum of RGB (Red+Green+Blue) = 77+147+77=301 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.58% from 301); Green value is 147 (57.81% from 255 or 48.84% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 147 - color contains mainly: green. Hex color #4D934D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D934D is #B26CB2. Grayscale: #767676. Windows color (decimal): -11693235 or 5083981. OLE color: 5083981.

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

Color convert

RGB 77 147 77 -
CMYK 0.48 0 0.48 0.42
HSL 120º 0.31% 0.44% -
HSV(B) 120º 0.48% 0.58% -
XYZ 14.83 22.98 10.68 -
YUV 118.09 104.81 98.69 -
System Red Green Blue C M Y K H S L
Decimal 77 147 77 0.48 0 0.48 0.42 120 0.31 0.44
Hex 4D 93 4D 30 0 30 2A 78 1F 2C
Octal 115 223 115 60 0 60 52 170 37 54
Binary 1001101 10010011 1001101 110000 0 110000 101010 1111000 11111 101100

Color Harmonies of #4D934D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D934D

Black with #4D934D

Text Example


Text Example

White with #4D934D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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