Html Css Color HEX #4AA046 Fruit Salad

📋 copy color: '#4AA046'

red 74 ◦ green 160 ◦ blue 70

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

Shades of Fruit Salad #4AA046

Tints of Fruit Salad #4AA046

RGB

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

 GREEN value IS 160 (62.89% from 255) = 52.63%

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 24.34%
G = 52.63%
B = 23.03%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#4AA046 (or 0x4AA046) is known color: Fruit Salad. HEX triplet: 4A, A0 and 46. RGB value is (74,160,70). Sum of RGB (Red+Green+Blue) = 74+160+70=304 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.34% from 304); Green value is 160 (62.89% from 255 or 52.63% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA046 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA046 is #B55FB9. Grayscale: #7C7C7C. Windows color (decimal): -11886522 or 4628554. OLE color: 4628554.

HSL color Cylindrical-coordinate representation of color #4AA046: hue angle of 117.33º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AA046 is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.37.

Color convert

RGB 74 160 70 -
CMYK 0.54 0 0.56 0.37
HSL 117.33º 0.39% 0.45% -
HSV(B) 117.33º 0.56% 0.63% -
XYZ 16.5 27.04 10.14 -
YUV 124.03 97.51 92.32 -
System Red Green Blue C M Y K H S L
Decimal 74 160 70 0.54 0 0.56 0.37 117.33 0.39 0.45
Hex 4A A0 46 36 0 38 25 75 27 2D
Octal 112 240 106 66 0 70 45 165 47 55
Binary 1001010 10100000 1000110 110110 0 111000 100101 1110101 100111 101101

Color Harmonies of #4AA046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA046

Black with #4AA046

Text Example


Text Example

White with #4AA046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,160,70); }

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

background-color css

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

 a { background-color: rgb(74,160,70); }

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

border-color css

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

 span { border-color: rgb(74,160,70); }

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