Html Css Color HEX #49A545 Fruit Salad

📋 copy color: '#49A545'

red 73 ◦ green 165 ◦ blue 69

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

Shades of Fruit Salad #49A545

Tints of Fruit Salad #49A545

RGB

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

 GREEN value IS 165 (64.84% from 255) = 53.75%

 BLUE value IS 69 (27.34% from 255) = 22.48%

R = 23.78%
G = 53.75%
B = 22.48%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#49A545 (or 0x49A545) is known color: Fruit Salad. HEX triplet: 49, A5 and 45. RGB value is (73,165,69). Sum of RGB (Red+Green+Blue) = 73+165+69=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 165 (64.84% from 255 or 53.75% from 307); Blue value is 69 (27.34% from 255 or 22.48% from 307); Max value from RGB is 165 - color contains mainly: green. Hex color #49A545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A545 is #B65ABA. Grayscale: #7E7E7E. Windows color (decimal): -11950779 or 4564297. OLE color: 4564297.

HSL color Cylindrical-coordinate representation of color #49A545: hue angle of 117.5º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49A545 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 165 69 -
CMYK 0.56 0 0.58 0.35
HSL 117.5º 0.41% 0.46% -
HSV(B) 117.5º 0.58% 0.65% -
XYZ 17.28 28.76 10.27 -
YUV 126.55 95.52 89.81 -
System Red Green Blue C M Y K H S L
Decimal 73 165 69 0.56 0 0.58 0.35 117.5 0.41 0.46
Hex 49 A5 45 38 0 3A 23 76 29 2E
Octal 111 245 105 70 0 72 43 166 51 56
Binary 1001001 10100101 1000101 111000 0 111010 100011 1110110 101001 101110

Color Harmonies of #49A545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A545

Black with #49A545

Text Example


Text Example

White with #49A545

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,165,69); }

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

background-color css

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

 a { background-color: rgb(73,165,69); }

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

border-color css

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

 span { border-color: rgb(73,165,69); }

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