Html Css Color HEX #4A964D Fruit Salad

📋 copy color: '#4A964D'

red 74 ◦ green 150 ◦ blue 77

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

Shades of Fruit Salad #4A964D

Tints of Fruit Salad #4A964D

RGB

 RED value IS 74 (29.3% from 255) = 24.58%

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

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

R = 24.58%
G = 49.83%
B = 25.58%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#4A964D (or 0x4A964D) is known color: Fruit Salad. HEX triplet: 4A, 96 and 4D. RGB value is (74,150,77). Sum of RGB (Red+Green+Blue) = 74+150+77=301 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.58% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #4A964D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A964D is #B569B2. Grayscale: #777777. Windows color (decimal): -11889075 or 5084746. OLE color: 5084746.

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

Color convert

RGB 74 150 77 -
CMYK 0.51 0 0.49 0.41
HSL 122.37º 0.34% 0.44% -
HSV(B) 122.37º 0.51% 0.59% -
XYZ 15.07 23.8 10.82 -
YUV 118.95 104.32 95.94 -
System Red Green Blue C M Y K H S L
Decimal 74 150 77 0.51 0 0.49 0.41 122.37 0.34 0.44
Hex 4A 96 4D 33 0 31 29 7A 22 2C
Octal 112 226 115 63 0 61 51 172 42 54
Binary 1001010 10010110 1001101 110011 0 110001 101001 1111010 100010 101100

Color Harmonies of #4A964D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A964D

Black with #4A964D

Text Example


Text Example

White with #4A964D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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