Html Css Color HEX #49B442 Fruit Salad

📋 copy color: '#49B442'

red 73 ◦ green 180 ◦ blue 66

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

Shades of Fruit Salad #49B442

Tints of Fruit Salad #49B442

RGB

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

 GREEN value IS 180 (70.7% from 255) = 56.43%

 BLUE value IS 66 (26.17% from 255) = 20.69%

R = 22.88%
G = 56.43%
B = 20.69%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#49B442 (or 0x49B442) is known color: Fruit Salad. HEX triplet: 49, B4 and 42. RGB value is (73,180,66). Sum of RGB (Red+Green+Blue) = 73+180+66=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 180 (70.70% from 255 or 56.43% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 180 - color contains mainly: green. Hex color #49B442 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B442 is #B64BBD. Grayscale: #878787. Windows color (decimal): -11946942 or 4371529. OLE color: 4371529.

HSL color Cylindrical-coordinate representation of color #49B442: hue angle of 116.32º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #49B442 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 180 66 -
CMYK 0.59 0 0.63 0.29
HSL 116.32º 0.46% 0.48% -
HSV(B) 116.32º 0.63% 0.71% -
XYZ 20.05 34.45 10.75 -
YUV 135.01 89.05 83.77 -
System Red Green Blue C M Y K H S L
Decimal 73 180 66 0.59 0 0.63 0.29 116.32 0.46 0.48
Hex 49 B4 42 3B 0 3F 1D 74 2E 30
Octal 111 264 102 73 0 77 35 164 56 60
Binary 1001001 10110100 1000010 111011 0 111111 11101 1110100 101110 110000

Color Harmonies of #49B442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B442

Black with #49B442

Text Example


Text Example

White with #49B442

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,180,66); }

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

background-color css

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

 a { background-color: rgb(73,180,66); }

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

border-color css

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

 span { border-color: rgb(73,180,66); }

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