Html Css Color HEX #4AB349 Fruit Salad

📋 copy color: '#4AB349'

red 74 ◦ green 179 ◦ blue 73

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

Shades of Fruit Salad #4AB349

Tints of Fruit Salad #4AB349

RGB

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

 GREEN value IS 179 (70.31% from 255) = 54.91%

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

R = 22.7%
G = 54.91%
B = 22.39%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.59

 K value IS 0.30

RGB Variations

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

Color information

#4AB349 (or 0x4AB349) is known color: Fruit Salad. HEX triplet: 4A, B3 and 49. RGB value is (74,179,73). Sum of RGB (Red+Green+Blue) = 74+179+73=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 179 (70.31% from 255 or 54.91% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB349 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB349 is #B54CB6. Grayscale: #878787. Windows color (decimal): -11881655 or 4830026. OLE color: 4830026.

HSL color Cylindrical-coordinate representation of color #4AB349: hue angle of 119.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB349 is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB 74 179 73 -
CMYK 0.59 0 0.59 0.30
HSL 119.43º 0.42% 0.49% -
HSV(B) 119.43º 0.59% 0.7% -
XYZ 20.15 34.18 11.84 -
YUV 135.52 92.71 84.12 -
System Red Green Blue C M Y K H S L
Decimal 74 179 73 0.59 0 0.59 0.30 119.43 0.42 0.49
Hex 4A B3 49 3B 0 3B 1E 77 2A 31
Octal 112 263 111 73 0 73 36 167 52 61
Binary 1001010 10110011 1001001 111011 0 111011 11110 1110111 101010 110001

Color Harmonies of #4AB349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB349

Black with #4AB349

Text Example


Text Example

White with #4AB349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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