Html Css Color HEX #4AB346 Fruit Salad

📋 copy color: '#4AB346'

red 74 ◦ green 179 ◦ blue 70

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

Shades of Fruit Salad #4AB346

Tints of Fruit Salad #4AB346

RGB

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

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

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

R = 22.91%
G = 55.42%
B = 21.67%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.61

 K value IS 0.30

RGB Variations

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

Color information

#4AB346 (or 0x4AB346) is known color: Fruit Salad. HEX triplet: 4A, B3 and 46. RGB value is (74,179,70). Sum of RGB (Red+Green+Blue) = 74+179+70=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB346 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4AB346 is #B54CB9. Grayscale: #878787. Windows color (decimal): -11881658 or 4633418. OLE color: 4633418.

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

Color convert

RGB 74 179 70 -
CMYK 0.59 0 0.61 0.30
HSL 117.8º 0.44% 0.49% -
HSV(B) 117.8º 0.61% 0.7% -
XYZ 20.05 34.14 11.33 -
YUV 135.18 91.21 84.36 -
System Red Green Blue C M Y K H S L
Decimal 74 179 70 0.59 0 0.61 0.30 117.8 0.44 0.49
Hex 4A B3 46 3B 0 3D 1E 76 2C 31
Octal 112 263 106 73 0 75 36 166 54 61
Binary 1001010 10110011 1000110 111011 0 111101 11110 1110110 101100 110001

Color Harmonies of #4AB346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB346

Black with #4AB346

Text Example


Text Example

White with #4AB346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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