Html Css Color HEX #4A944C Fruit Salad

📋 copy color: '#4A944C'

red 74 ◦ green 148 ◦ blue 76

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

Shades of Fruit Salad #4A944C

Tints of Fruit Salad #4A944C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.5%

R = 24.83%
G = 49.66%
B = 25.5%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#4A944C (or 0x4A944C) is known color: Fruit Salad. HEX triplet: 4A, 94 and 4C. RGB value is (74,148,76). Sum of RGB (Red+Green+Blue) = 74+148+76=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #4A944C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4A944C is #B56BB3. Grayscale: #757575. Windows color (decimal): -11889588 or 5018698. OLE color: 5018698.

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

Color convert

RGB 74 148 76 -
CMYK 0.50 0 0.49 0.42
HSL 121.62º 0.33% 0.44% -
HSV(B) 121.62º 0.5% 0.58% -
XYZ 14.72 23.16 10.53 -
YUV 117.67 104.48 96.85 -
System Red Green Blue C M Y K H S L
Decimal 74 148 76 0.50 0 0.49 0.42 121.62 0.33 0.44
Hex 4A 94 4C 32 0 31 2A 7A 21 2C
Octal 112 224 114 62 0 61 52 172 41 54
Binary 1001010 10010100 1001100 110010 0 110001 101010 1111010 100001 101100

Color Harmonies of #4A944C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A944C

Black with #4A944C

Text Example


Text Example

White with #4A944C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,148,76); }

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

background-color css

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

 a { background-color: rgb(74,148,76); }

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

border-color css

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

 span { border-color: rgb(74,148,76); }

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