Html Css Color HEX #4AA944 Fruit Salad

📋 copy color: '#4AA944'

red 74 ◦ green 169 ◦ blue 68

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

Shades of Fruit Salad #4AA944

Tints of Fruit Salad #4AA944

RGB

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

 GREEN value IS 169 (66.41% from 255) = 54.34%

 BLUE value IS 68 (26.95% from 255) = 21.86%

R = 23.79%
G = 54.34%
B = 21.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#4AA944 (or 0x4AA944) is known color: Fruit Salad. HEX triplet: 4A, A9 and 44. RGB value is (74,169,68). Sum of RGB (Red+Green+Blue) = 74+169+68=311 (41% of max value = 765). Red value is 74 (29.30% from 255 or 23.79% from 311); Green value is 169 (66.41% from 255 or 54.34% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 169 - color contains mainly: green. Hex color #4AA944 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA944 is #B556BB. Grayscale: #818181. Windows color (decimal): -11884220 or 4499786. OLE color: 4499786.

HSL color Cylindrical-coordinate representation of color #4AA944: hue angle of 116.44º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AA944 is Cyan = 0.56, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 74 169 68 -
CMYK 0.56 0 0.60 0.34
HSL 116.44º 0.43% 0.46% -
HSV(B) 116.44º 0.6% 0.66% -
XYZ 18.06 30.25 10.36 -
YUV 129.08 93.53 88.71 -
System Red Green Blue C M Y K H S L
Decimal 74 169 68 0.56 0 0.60 0.34 116.44 0.43 0.46
Hex 4A A9 44 38 0 3C 22 74 2B 2E
Octal 112 251 104 70 0 74 42 164 53 56
Binary 1001010 10101001 1000100 111000 0 111100 100010 1110100 101011 101110

Color Harmonies of #4AA944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA944

Black with #4AA944

Text Example


Text Example

White with #4AA944

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,169,68); }

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

background-color css

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

 a { background-color: rgb(74,169,68); }

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

border-color css

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

 span { border-color: rgb(74,169,68); }

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