Html Css Color HEX #49AB3B Fruit Salad

📋 copy color: '#49AB3B'

red 73 ◦ green 171 ◦ blue 59

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

Shades of Fruit Salad #49AB3B

Tints of Fruit Salad #49AB3B

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.44%

 BLUE value IS 59 (23.44% from 255) = 19.47%

R = 24.09%
G = 56.44%
B = 19.47%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#49AB3B (or 0x49AB3B) is known color: Fruit Salad. HEX triplet: 49, AB and 3B. RGB value is (73,171,59). Sum of RGB (Red+Green+Blue) = 73+171+59=303 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.09% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #49AB3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AB3B is #B654C4. Grayscale: #818181. Windows color (decimal): -11949253 or 3910473. OLE color: 3910473.

HSL color Cylindrical-coordinate representation of color #49AB3B: hue angle of 112.5º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #49AB3B is Cyan = 0.57, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 171 59 -
CMYK 0.57 0 0.65 0.33
HSL 112.5º 0.49% 0.45% -
HSV(B) 112.5º 0.65% 0.67% -
XYZ 18.1 30.86 9.14 -
YUV 128.93 88.53 88.11 -
System Red Green Blue C M Y K H S L
Decimal 73 171 59 0.57 0 0.65 0.33 112.5 0.49 0.45
Hex 49 AB 3B 39 0 41 21 70 31 2D
Octal 111 253 73 71 0 101 41 160 61 55
Binary 1001001 10101011 111011 111001 0 1000001 100001 1110000 110001 101101

Color Harmonies of #49AB3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AB3B

Black with #49AB3B

Text Example


Text Example

White with #49AB3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,171,59); }

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

background-color css

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

 a { background-color: rgb(73,171,59); }

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

border-color css

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

 span { border-color: rgb(73,171,59); }

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