Html Css Color HEX #479049 Fruit Salad

📋 copy color: '#479049'

red 71 ◦ green 144 ◦ blue 73

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

Shades of Fruit Salad #479049

Tints of Fruit Salad #479049

RGB

 RED value IS 71 (28.13% from 255) = 24.65%

 GREEN value IS 144 (56.64% from 255) = 50%

 BLUE value IS 73 (28.91% from 255) = 25.35%

R = 24.65%
G = 50%
B = 25.35%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#479049 (or 0x479049) is known color: Fruit Salad. HEX triplet: 47, 90 and 49. RGB value is (71,144,73). Sum of RGB (Red+Green+Blue) = 71+144+73=288 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.65% from 288); Green value is 144 (56.64% from 255 or 50% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 144 - color contains mainly: green. Hex color #479049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479049 is #B86FB6. Grayscale: #727272. Windows color (decimal): -12087223 or 4821063. OLE color: 4821063.

HSL color Cylindrical-coordinate representation of color #479049: hue angle of 121.64º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #479049 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 144 73 -
CMYK 0.51 0 0.49 0.44
HSL 121.64º 0.34% 0.42% -
HSV(B) 121.64º 0.51% 0.56% -
XYZ 13.77 21.77 9.78 -
YUV 114.08 104.82 97.27 -
System Red Green Blue C M Y K H S L
Decimal 71 144 73 0.51 0 0.49 0.44 121.64 0.34 0.42
Hex 47 90 49 33 0 31 2C 7A 22 2A
Octal 107 220 111 63 0 61 54 172 42 52
Binary 1000111 10010000 1001001 110011 0 110001 101100 1111010 100010 101010

Color Harmonies of #479049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479049

Black with #479049

Text Example


Text Example

White with #479049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479049; }

 p { color: rgb(71,144,73); }

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

background-color css

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

 a { background-color: rgb(71,144,73); }

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

border-color css

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

 span { border-color: rgb(71,144,73); }

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