Html Css Color HEX #479047 Fruit Salad

📋 copy color: '#479047'

red 71 ◦ green 144 ◦ blue 71

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

Shades of Fruit Salad #479047

Tints of Fruit Salad #479047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.83%

R = 24.83%
G = 50.35%
B = 24.83%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#479047 (or 0x479047) is known color: Fruit Salad. HEX triplet: 47, 90 and 47. RGB value is (71,144,71). Sum of RGB (Red+Green+Blue) = 71+144+71=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #479047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479047 is #B86FB8. Grayscale: #727272. Windows color (decimal): -12087225 or 4689991. OLE color: 4689991.

HSL color Cylindrical-coordinate representation of color #479047: hue angle of 120º 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 #479047 is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 144 71 -
CMYK 0.51 0 0.51 0.44
HSL 120º 0.34% 0.42% -
HSV(B) 120º 0.51% 0.56% -
XYZ 13.71 21.74 9.44 -
YUV 113.85 103.82 97.44 -
System Red Green Blue C M Y K H S L
Decimal 71 144 71 0.51 0 0.51 0.44 120 0.34 0.42
Hex 47 90 47 33 0 33 2C 78 22 2A
Octal 107 220 107 63 0 63 54 170 42 52
Binary 1000111 10010000 1000111 110011 0 110011 101100 1111000 100010 101010

Color Harmonies of #479047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479047

Black with #479047

Text Example


Text Example

White with #479047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479047; }

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

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

background-color css

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

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

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

border-color css

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

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

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