Html Css Color HEX #479146 Fruit Salad

📋 copy color: '#479146'

red 71 ◦ green 145 ◦ blue 70

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

Shades of Fruit Salad #479146

Tints of Fruit Salad #479146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.48%

R = 24.83%
G = 50.7%
B = 24.48%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.52

 K value IS 0.43

RGB Variations

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

Color information

#479146 (or 0x479146) is known color: Fruit Salad. HEX triplet: 47, 91 and 46. RGB value is (71,145,70). Sum of RGB (Red+Green+Blue) = 71+145+70=286 (37% of max value = 765). Red value is 71 (28.12% from 255 or 24.83% from 286); Green value is 145 (57.03% from 255 or 50.70% from 286); Blue value is 70 (27.73% from 255 or 24.48% from 286); Max value from RGB is 145 - color contains mainly: green. Hex color #479146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #479146 is #B86EB9. Grayscale: #727272. Windows color (decimal): -12086970 or 4624711. OLE color: 4624711.

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

Color convert

RGB 71 145 70 -
CMYK 0.51 0 0.52 0.43
HSL 119.2º 0.35% 0.42% -
HSV(B) 119.2º 0.52% 0.57% -
XYZ 13.83 22.03 9.32 -
YUV 114.32 102.98 97.1 -
System Red Green Blue C M Y K H S L
Decimal 71 145 70 0.51 0 0.52 0.43 119.2 0.35 0.42
Hex 47 91 46 33 0 34 2B 77 23 2A
Octal 107 221 106 63 0 64 53 167 43 52
Binary 1000111 10010001 1000110 110011 0 110100 101011 1110111 100011 101010

Color Harmonies of #479146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479146

Black with #479146

Text Example


Text Example

White with #479146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479146; }

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

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

background-color css

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

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

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

border-color css

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

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

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