Html Css Color HEX #49AC43 Fruit Salad

📋 copy color: '#49AC43'

red 73 ◦ green 172 ◦ blue 67

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

Shades of Fruit Salad #49AC43

Tints of Fruit Salad #49AC43

RGB

 RED value IS 73 (28.91% from 255) = 23.4%

 GREEN value IS 172 (67.58% from 255) = 55.13%

 BLUE value IS 67 (26.56% from 255) = 21.47%

R = 23.4%
G = 55.13%
B = 21.47%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#49AC43 (or 0x49AC43) is known color: Fruit Salad. HEX triplet: 49, AC and 43. RGB value is (73,172,67). Sum of RGB (Red+Green+Blue) = 73+172+67=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 172 (67.58% from 255 or 55.13% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AC43 is #B653BC. Grayscale: #828282. Windows color (decimal): -11948989 or 4435017. OLE color: 4435017.

HSL color Cylindrical-coordinate representation of color #49AC43: hue angle of 116.57º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49AC43 is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 172 67 -
CMYK 0.58 0 0.61 0.33
HSL 116.57º 0.44% 0.47% -
HSV(B) 116.57º 0.61% 0.67% -
XYZ 18.51 31.33 10.38 -
YUV 130.43 92.2 87.04 -
System Red Green Blue C M Y K H S L
Decimal 73 172 67 0.58 0 0.61 0.33 116.57 0.44 0.47
Hex 49 AC 43 3A 0 3D 21 75 2C 2F
Octal 111 254 103 72 0 75 41 165 54 57
Binary 1001001 10101100 1000011 111010 0 111101 100001 1110101 101100 101111

Color Harmonies of #49AC43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AC43

Black with #49AC43

Text Example


Text Example

White with #49AC43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49AC43; }

 p { color: rgb(73,172,67); }

 H1.HeaderClassName
 {
   color: #49AC43;
 }
 .AnyTagClassName
 {
   color: #49AC43;
 }
</style>

background-color css

<style>
 a { background-color: #49AC43; }

 a { background-color: rgb(73,172,67); }

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

border-color css

<style>
 span { border-color: #49AC43; }

 span { border-color: rgb(73,172,67); }

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