Html Css Color HEX #4AB649 Fruit Salad

📋 copy color: '#4AB649'

red 74 ◦ green 182 ◦ blue 73

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

Shades of Fruit Salad #4AB649

Tints of Fruit Salad #4AB649

RGB

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

 GREEN value IS 182 (71.48% from 255) = 55.32%

 BLUE value IS 73 (28.91% from 255) = 22.19%

R = 22.49%
G = 55.32%
B = 22.19%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#4AB649 (or 0x4AB649) is known color: Fruit Salad. HEX triplet: 4A, B6 and 49. RGB value is (74,182,73). Sum of RGB (Red+Green+Blue) = 74+182+73=329 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.49% from 329); Green value is 182 (71.48% from 255 or 55.32% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 182 - color contains mainly: green. Hex color #4AB649 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB649 is #B549B6. Grayscale: #898989. Windows color (decimal): -11880887 or 4830794. OLE color: 4830794.

HSL color Cylindrical-coordinate representation of color #4AB649: hue angle of 119.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB649 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 74 182 73 -
CMYK 0.59 0 0.60 0.29
HSL 119.45º 0.43% 0.5% -
HSV(B) 119.45º 0.6% 0.71% -
XYZ 20.75 35.39 12.04 -
YUV 137.28 91.72 82.86 -
System Red Green Blue C M Y K H S L
Decimal 74 182 73 0.59 0 0.60 0.29 119.45 0.43 0.5
Hex 4A B6 49 3B 0 3C 1D 77 2B 32
Octal 112 266 111 73 0 74 35 167 53 62
Binary 1001010 10110110 1001001 111011 0 111100 11101 1110111 101011 110010

Color Harmonies of #4AB649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB649

Black with #4AB649

Text Example


Text Example

White with #4AB649

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,182,73); }

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

background-color css

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

 a { background-color: rgb(74,182,73); }

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

border-color css

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

 span { border-color: rgb(74,182,73); }

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