Html Css Color HEX #49A251 Fruit Salad

📋 copy color: '#49A251'

red 73 ◦ green 162 ◦ blue 81

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

Shades of Fruit Salad #49A251

Tints of Fruit Salad #49A251

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.27%

 BLUE value IS 81 (32.03% from 255) = 25.63%

R = 23.1%
G = 51.27%
B = 25.63%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.50

 K value IS 0.36

RGB Variations

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

Color information

#49A251 (or 0x49A251) is known color: Fruit Salad. HEX triplet: 49, A2 and 51. RGB value is (73,162,81). Sum of RGB (Red+Green+Blue) = 73+162+81=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 162 (63.67% from 255 or 51.27% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 162 - color contains mainly: green. Hex color #49A251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49A251 is #B65DAE. Grayscale: #7E7E7E. Windows color (decimal): -11951535 or 5349961. OLE color: 5349961.

HSL color Cylindrical-coordinate representation of color #49A251: hue angle of 125.39º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49A251 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.36.

Color convert

RGB 73 162 81 -
CMYK 0.55 0 0.50 0.36
HSL 125.39º 0.38% 0.46% -
HSV(B) 125.39º 0.55% 0.64% -
XYZ 17.15 27.85 12.26 -
YUV 126.16 102.51 90.09 -
System Red Green Blue C M Y K H S L
Decimal 73 162 81 0.55 0 0.50 0.36 125.39 0.38 0.46
Hex 49 A2 51 37 0 32 24 7D 26 2E
Octal 111 242 121 67 0 62 44 175 46 56
Binary 1001001 10100010 1010001 110111 0 110010 100100 1111101 100110 101110

Color Harmonies of #49A251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A251

Black with #49A251

Text Example


Text Example

White with #49A251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,162,81); }

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

background-color css

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

 a { background-color: rgb(73,162,81); }

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

border-color css

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

 span { border-color: rgb(73,162,81); }

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