Html Css Color HEX #49AD4B Fruit Salad

📋 copy color: '#49AD4B'

red 73 ◦ green 173 ◦ blue 75

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

Shades of Fruit Salad #49AD4B

Tints of Fruit Salad #49AD4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.36%

R = 22.74%
G = 53.89%
B = 23.36%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#49AD4B (or 0x49AD4B) is known color: Fruit Salad. HEX triplet: 49, AD and 4B. RGB value is (73,173,75). Sum of RGB (Red+Green+Blue) = 73+173+75=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 173 (67.97% from 255 or 53.89% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 173 - color contains mainly: green. Hex color #49AD4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AD4B is #B652B4. Grayscale: #848484. Windows color (decimal): -11948725 or 4959561. OLE color: 4959561.

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

Color convert

RGB 73 173 75 -
CMYK 0.58 0 0.57 0.32
HSL 121.2º 0.41% 0.48% -
HSV(B) 121.2º 0.58% 0.68% -
XYZ 18.96 31.81 11.8 -
YUV 131.93 95.87 85.97 -
System Red Green Blue C M Y K H S L
Decimal 73 173 75 0.58 0 0.57 0.32 121.2 0.41 0.48
Hex 49 AD 4B 3A 0 39 20 79 29 30
Octal 111 255 113 72 0 71 40 171 51 60
Binary 1001001 10101101 1001011 111010 0 111001 100000 1111001 101001 110000

Color Harmonies of #49AD4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AD4B

Black with #49AD4B

Text Example


Text Example

White with #49AD4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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