Html Css Color HEX #49A95A Fruit Salad

📋 copy color: '#49A95A'

red 73 ◦ green 169 ◦ blue 90

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

Shades of Fruit Salad #49A95A

Tints of Fruit Salad #49A95A

RGB

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

 GREEN value IS 169 (66.41% from 255) = 50.9%

 BLUE value IS 90 (35.55% from 255) = 27.11%

R = 21.99%
G = 50.9%
B = 27.11%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.34

RGB Variations

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

Color information

#49A95A (or 0x49A95A) is known color: Fruit Salad. HEX triplet: 49, A9 and 5A. RGB value is (73,169,90). Sum of RGB (Red+Green+Blue) = 73+169+90=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 169 (66.41% from 255 or 50.90% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 169 - color contains mainly: green. Hex color #49A95A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A95A is #B656A5. Grayscale: #838383. Windows color (decimal): -11949734 or 5941577. OLE color: 5941577.

HSL color Cylindrical-coordinate representation of color #49A95A: hue angle of 130.62º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #49A95A is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.34.

Color convert

RGB 73 169 90 -
CMYK 0.57 0 0.47 0.34
HSL 130.63º 0.4% 0.47% -
HSV(B) 130.63º 0.57% 0.66% -
XYZ 18.78 30.53 14.58 -
YUV 131.29 104.7 86.42 -
System Red Green Blue C M Y K H S L
Decimal 73 169 90 0.57 0 0.47 0.34 130.63 0.4 0.47
Hex 49 A9 5A 39 0 2F 22 83 28 2F
Octal 111 251 132 71 0 57 42 203 50 57
Binary 1001001 10101001 1011010 111001 0 101111 100010 10000011 101000 101111

Color Harmonies of #49A95A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A95A

Black with #49A95A

Text Example


Text Example

White with #49A95A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,169,90); }

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

background-color css

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

 a { background-color: rgb(73,169,90); }

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

border-color css

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

 span { border-color: rgb(73,169,90); }

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