#479A52

Color #479A52 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #479A52

Tints of Fruit Salad #479A52

Color information

#479A52 (or 0x479A52) is unknown color: approx Fruit Salad. HEX triplet: 47, 9A and 52. RGB value is (71,154,82). Sum of RGB (Red+Green+Blue) = 71+154+82=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #479A52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479A52 is #B865AD. Grayscale: #797979. Windows color (decimal): -12084654 or 5413447. OLE color: 5413447.

HSL color Cylindrical-coordinate representation of color #479A52: hue angle of 127.95º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479A52 is Cyan = 0.54, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB7115482-
CMYK0.5400.470.40
HSL127.95º36.89%44.12%-
HSV(B)127.95º53.9%60.39%-
XYZ15.6825.0611.99-
YUV120.9810692.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.13%
GREEN value IS 154 (60.55% from 255) = 50.16%
BLUE value IS 82 (32.42% from 255) = 26.71%
R=23.13%
G=50.16%
B=26.71%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal71154820.5400.470.40127.9536.8944.12
Hex479A523602F2880252c
Octal10723212266057502004554
Binary1000111100110101010010110110010111110100010000000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #479A52; }

 p { color: rgb(71,154,82); }

 H1.HeaderClassName
 {
   color: #479A52;
 }
 .AnyTagClassName
 {
   color: #479A52;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #479A52;
 }
 .BgClassName
 {
   background-color: #479A52;
 }
</style>
border-color css

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

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

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