Html Css Color HEX #4AB749 Fruit Salad

📋 copy color: '#4AB749'

red 74 ◦ green 183 ◦ blue 73

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

Shades of Fruit Salad #4AB749

Tints of Fruit Salad #4AB749

RGB

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

 GREEN value IS 183 (71.88% from 255) = 55.45%

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

R = 22.42%
G = 55.45%
B = 22.12%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#4AB749 (or 0x4AB749) is known color: Fruit Salad. HEX triplet: 4A, B7 and 49. RGB value is (74,183,73). Sum of RGB (Red+Green+Blue) = 74+183+73=330 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.42% from 330); Green value is 183 (71.88% from 255 or 55.45% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB749 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB749 is #B548B6. Grayscale: #8A8A8A. Windows color (decimal): -11880631 or 4831050. OLE color: 4831050.

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

Color convert

RGB 74 183 73 -
CMYK 0.60 0 0.60 0.28
HSL 119.45º 0.43% 0.5% -
HSV(B) 119.45º 0.6% 0.72% -
XYZ 20.96 35.8 12.11 -
YUV 137.87 91.39 82.44 -
System Red Green Blue C M Y K H S L
Decimal 74 183 73 0.60 0 0.60 0.28 119.45 0.43 0.5
Hex 4A B7 49 3C 0 3C 1C 77 2B 32
Octal 112 267 111 74 0 74 34 167 53 62
Binary 1001010 10110111 1001001 111100 0 111100 11100 1110111 101011 110010

Color Harmonies of #4AB749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB749

Black with #4AB749

Text Example


Text Example

White with #4AB749

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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