Html Css Color HEX #49AD42 Fruit Salad

📋 copy color: '#49AD42'

red 73 ◦ green 173 ◦ blue 66

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

Shades of Fruit Salad #49AD42

Tints of Fruit Salad #49AD42

RGB

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

 GREEN value IS 173 (67.97% from 255) = 55.45%

 BLUE value IS 66 (26.17% from 255) = 21.15%

R = 23.4%
G = 55.45%
B = 21.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#49AD42 (or 0x49AD42) is known color: Fruit Salad. HEX triplet: 49, AD and 42. RGB value is (73,173,66). Sum of RGB (Red+Green+Blue) = 73+173+66=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 173 (67.97% from 255 or 55.45% from 312); Blue value is 66 (26.17% from 255 or 21.15% from 312); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AD42 is #B652BD. Grayscale: #838383. Windows color (decimal): -11948734 or 4369737. OLE color: 4369737.

HSL color Cylindrical-coordinate representation of color #49AD42: hue angle of 116.07º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #49AD42 is Cyan = 0.58, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.32.

Color convert

RGB 73 173 66 -
CMYK 0.58 0 0.62 0.32
HSL 116.07º 0.45% 0.47% -
HSV(B) 116.07º 0.62% 0.68% -
XYZ 18.67 31.7 10.29 -
YUV 130.9 91.37 86.7 -
System Red Green Blue C M Y K H S L
Decimal 73 173 66 0.58 0 0.62 0.32 116.07 0.45 0.47
Hex 49 AD 42 3A 0 3E 20 74 2D 2F
Octal 111 255 102 72 0 76 40 164 55 57
Binary 1001001 10101101 1000010 111010 0 111110 100000 1110100 101101 101111

Color Harmonies of #49AD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AD42

Black with #49AD42

Text Example


Text Example

White with #49AD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,173,66); }

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

background-color css

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

 a { background-color: rgb(73,173,66); }

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

border-color css

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

 span { border-color: rgb(73,173,66); }

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