#479E54

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

Shades of Fruit Salad #479E54

Tints of Fruit Salad #479E54

Color information

#479E54 (or 0x479E54) is unknown color: approx Fruit Salad. HEX triplet: 47, 9E and 54. RGB value is (71,158,84). Sum of RGB (Red+Green+Blue) = 71+158+84=313 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.68% from 313); Green value is 158 (62.11% from 255 or 50.48% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 158 - color contains mainly: green. Hex color #479E54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479E54 is #B861AB. Grayscale: #7B7B7B. Windows color (decimal): -12083628 or 5545543. OLE color: 5545543.

HSL color Cylindrical-coordinate representation of color #479E54: hue angle of 128.97º 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 #479E54 is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB7115884-
CMYK0.5500.470.38
HSL128.97º37.99%44.9%-
HSV(B)128.97º55.06%61.96%-
XYZ16.4326.4312.62-
YUV123.55105.6890.52-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.68%
GREEN value IS 158 (62.11% from 255) = 50.48%
BLUE value IS 84 (33.20% from 255) = 26.84%
R=22.68%
G=50.48%
B=26.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal71158840.5500.470.38128.9737.9944.9
Hex479E543702F2681262d
Octal10723612467057462014655
Binary1000111100111101010100110111010111110011010000001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #479E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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