Html Css Color HEX #479149 Fruit Salad

📋 copy color: '#479149'

red 71 ◦ green 145 ◦ blue 73

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

Shades of Fruit Salad #479149

Tints of Fruit Salad #479149

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.17%

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

R = 24.57%
G = 50.17%
B = 25.26%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.50

 K value IS 0.43

RGB Variations

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

Color information

#479149 (or 0x479149) is known color: Fruit Salad. HEX triplet: 47, 91 and 49. RGB value is (71,145,73). Sum of RGB (Red+Green+Blue) = 71+145+73=289 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.57% from 289); Green value is 145 (57.03% from 255 or 50.17% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 145 - color contains mainly: green. Hex color #479149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479149 is #B86EB6. Grayscale: #727272. Windows color (decimal): -12086967 or 4821319. OLE color: 4821319.

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

Color convert

RGB 71 145 73 -
CMYK 0.51 0 0.50 0.43
HSL 121.62º 0.34% 0.42% -
HSV(B) 121.62º 0.51% 0.57% -
XYZ 13.93 22.07 9.83 -
YUV 114.67 104.48 96.85 -
System Red Green Blue C M Y K H S L
Decimal 71 145 73 0.51 0 0.50 0.43 121.62 0.34 0.42
Hex 47 91 49 33 0 32 2B 7A 22 2A
Octal 107 221 111 63 0 62 53 172 42 52
Binary 1000111 10010001 1001001 110011 0 110010 101011 1111010 100010 101010

Color Harmonies of #479149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479149

Black with #479149

Text Example


Text Example

White with #479149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479149; }

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

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

background-color css

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

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

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

border-color css

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

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

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