Html Css Color HEX #49A64B Fruit Salad

📋 copy color: '#49A64B'

red 73 ◦ green 166 ◦ blue 75

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

Shades of Fruit Salad #49A64B

Tints of Fruit Salad #49A64B

RGB

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

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

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

R = 23.25%
G = 52.87%
B = 23.89%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#49A64B (or 0x49A64B) is known color: Fruit Salad. HEX triplet: 49, A6 and 4B. RGB value is (73,166,75). Sum of RGB (Red+Green+Blue) = 73+166+75=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 166 (65.23% from 255 or 52.87% from 314); Blue value is 75 (29.69% from 255 or 23.89% from 314); Max value from RGB is 166 - color contains mainly: green. Hex color #49A64B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A64B is #B659B4. Grayscale: #808080. Windows color (decimal): -11950517 or 4957769. OLE color: 4957769.

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

Color convert

RGB 73 166 75 -
CMYK 0.56 0 0.55 0.35
HSL 121.29º 0.39% 0.47% -
HSV(B) 121.29º 0.56% 0.65% -
XYZ 17.65 29.2 11.36 -
YUV 127.82 98.19 88.9 -
System Red Green Blue C M Y K H S L
Decimal 73 166 75 0.56 0 0.55 0.35 121.29 0.39 0.47
Hex 49 A6 4B 38 0 37 23 79 27 2F
Octal 111 246 113 70 0 67 43 171 47 57
Binary 1001001 10100110 1001011 111000 0 110111 100011 1111001 100111 101111

Color Harmonies of #49A64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A64B

Black with #49A64B

Text Example


Text Example

White with #49A64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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