Html Css Color HEX #49A645 Fruit Salad

📋 copy color: '#49A645'

red 73 ◦ green 166 ◦ blue 69

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

Shades of Fruit Salad #49A645

Tints of Fruit Salad #49A645

RGB

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

 GREEN value IS 166 (65.23% from 255) = 53.9%

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

R = 23.7%
G = 53.9%
B = 22.4%

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

#49A645 (or 0x49A645) is known color: Fruit Salad. HEX triplet: 49, A6 and 45. RGB value is (73,166,69). Sum of RGB (Red+Green+Blue) = 73+166+69=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 166 (65.23% from 255 or 53.90% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 166 - color contains mainly: green. Hex color #49A645 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A645 is #B659BA. Grayscale: #7F7F7F. Windows color (decimal): -11950523 or 4564553. OLE color: 4564553.

HSL color Cylindrical-coordinate representation of color #49A645: hue angle of 117.53º 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 #49A645 is Cyan = 0.56, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 73 166 69 -
CMYK 0.56 0 0.58 0.35
HSL 117.53º 0.41% 0.46% -
HSV(B) 117.53º 0.58% 0.65% -
XYZ 17.46 29.12 10.33 -
YUV 127.14 95.19 89.39 -
System Red Green Blue C M Y K H S L
Decimal 73 166 69 0.56 0 0.58 0.35 117.53 0.41 0.46
Hex 49 A6 45 38 0 3A 23 76 29 2E
Octal 111 246 105 70 0 72 43 166 51 56
Binary 1001001 10100110 1000101 111000 0 111010 100011 1110110 101001 101110

Color Harmonies of #49A645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A645

Black with #49A645

Text Example


Text Example

White with #49A645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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