Html Css Color HEX #4AA346 Fruit Salad

📋 copy color: '#4AA346'

red 74 ◦ green 163 ◦ blue 70

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

Shades of Fruit Salad #4AA346

Tints of Fruit Salad #4AA346

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.09%

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

R = 24.1%
G = 53.09%
B = 22.8%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#4AA346 (or 0x4AA346) is known color: Fruit Salad. HEX triplet: 4A, A3 and 46. RGB value is (74,163,70). Sum of RGB (Red+Green+Blue) = 74+163+70=307 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.10% from 307); Green value is 163 (64.06% from 255 or 53.09% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 163 - color contains mainly: green. Hex color #4AA346 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4AA346 is #B55CB9. Grayscale: #7E7E7E. Windows color (decimal): -11885754 or 4629322. OLE color: 4629322.

HSL color Cylindrical-coordinate representation of color #4AA346: hue angle of 117.42º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AA346 is Cyan = 0.55, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 74 163 70 -
CMYK 0.55 0 0.57 0.36
HSL 117.42º 0.4% 0.46% -
HSV(B) 117.42º 0.57% 0.64% -
XYZ 17.03 28.09 10.32 -
YUV 125.79 96.51 91.06 -
System Red Green Blue C M Y K H S L
Decimal 74 163 70 0.55 0 0.57 0.36 117.42 0.4 0.46
Hex 4A A3 46 37 0 39 24 75 28 2E
Octal 112 243 106 67 0 71 44 165 50 56
Binary 1001010 10100011 1000110 110111 0 111001 100100 1110101 101000 101110

Color Harmonies of #4AA346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AA346

Black with #4AA346

Text Example


Text Example

White with #4AA346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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