#479E52

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

Shades of Fruit Salad #479E52

Tints of Fruit Salad #479E52

Color information

#479E52 (or 0x479E52) is unknown color: approx Fruit Salad. HEX triplet: 47, 9E and 52. RGB value is (71,158,82). Sum of RGB (Red+Green+Blue) = 71+158+82=311 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.83% from 311); Green value is 158 (62.11% from 255 or 50.80% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 158 - color contains mainly: green. Hex color #479E52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479E52 is #B861AD. Grayscale: #7B7B7B. Windows color (decimal): -12083630 or 5414471. OLE color: 5414471.

HSL color Cylindrical-coordinate representation of color #479E52: hue angle of 127.59º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479E52 is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB7115882-
CMYK0.5500.480.38
HSL127.59º37.99%44.9%-
HSV(B)127.59º55.06%61.96%-
XYZ16.3526.412.22-
YUV123.32104.6890.68-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.83%
GREEN value IS 158 (62.11% from 255) = 50.80%
BLUE value IS 82 (32.42% from 255) = 26.37%
R=22.83%
G=50.80%
B=26.37%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71158820.5500.480.38127.5937.9944.9
Hex479E52370302680262d
Octal10723612267060462004655
Binary1000111100111101010010110111011000010011010000000100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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