Html Css Color HEX #479551 Fruit Salad

📋 copy color: '#479551'

red 71 ◦ green 149 ◦ blue 81

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

Shades of Fruit Salad #479551

Tints of Fruit Salad #479551

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.5%

 BLUE value IS 81 (32.03% from 255) = 26.91%

R = 23.59%
G = 49.5%
B = 26.91%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#479551 (or 0x479551) is known color: Fruit Salad. HEX triplet: 47, 95 and 51. RGB value is (71,149,81). Sum of RGB (Red+Green+Blue) = 71+149+81=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 149 (58.59% from 255 or 49.50% from 301); Blue value is 81 (32.03% from 255 or 26.91% from 301); Max value from RGB is 149 - color contains mainly: green. Hex color #479551 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479551 is #B86AAE. Grayscale: #767676. Windows color (decimal): -12085935 or 5346631. OLE color: 5346631.

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

Color convert

RGB 71 149 81 -
CMYK 0.52 0 0.46 0.42
HSL 127.69º 0.35% 0.43% -
HSV(B) 127.69º 0.52% 0.58% -
XYZ 14.83 23.43 11.53 -
YUV 117.93 107.16 94.53 -
System Red Green Blue C M Y K H S L
Decimal 71 149 81 0.52 0 0.46 0.42 127.69 0.35 0.43
Hex 47 95 51 34 0 2E 2A 80 23 2B
Octal 107 225 121 64 0 56 52 200 43 53
Binary 1000111 10010101 1010001 110100 0 101110 101010 10000000 100011 101011

Color Harmonies of #479551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479551

Black with #479551

Text Example


Text Example

White with #479551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479551; }

 p { color: rgb(71,149,81); }

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

background-color css

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

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

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

border-color css

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

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

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