Html Css Color HEX #49B542 Fruit Salad

📋 copy color: '#49B542'

red 73 ◦ green 181 ◦ blue 66

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

Shades of Fruit Salad #49B542

Tints of Fruit Salad #49B542

RGB

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

 GREEN value IS 181 (71.09% from 255) = 56.56%

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

R = 22.81%
G = 56.56%
B = 20.63%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#49B542 (or 0x49B542) is known color: Fruit Salad. HEX triplet: 49, B5 and 42. RGB value is (73,181,66). Sum of RGB (Red+Green+Blue) = 73+181+66=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 181 (71.09% from 255 or 56.56% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 181 - color contains mainly: green. Hex color #49B542 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B542 is #B64ABD. Grayscale: #878787. Windows color (decimal): -11946686 or 4371785. OLE color: 4371785.

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

Color convert

RGB 73 181 66 -
CMYK 0.60 0 0.64 0.29
HSL 116.35º 0.47% 0.48% -
HSV(B) 116.35º 0.64% 0.71% -
XYZ 20.25 34.86 10.81 -
YUV 135.6 88.72 83.35 -
System Red Green Blue C M Y K H S L
Decimal 73 181 66 0.60 0 0.64 0.29 116.35 0.47 0.48
Hex 49 B5 42 3C 0 40 1D 74 2F 30
Octal 111 265 102 74 0 100 35 164 57 60
Binary 1001001 10110101 1000010 111100 0 1000000 11101 1110100 101111 110000

Color Harmonies of #49B542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B542

Black with #49B542

Text Example


Text Example

White with #49B542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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