#469948

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

Shades of Fruit Salad #469948

Tints of Fruit Salad #469948

Color information

#469948 (or 0x469948) is unknown color: approx Fruit Salad. HEX triplet: 46, 99 and 48. RGB value is (70,153,72). Sum of RGB (Red+Green+Blue) = 70+153+72=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 153 (60.16% from 255 or 51.86% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 153 - color contains mainly: green. Hex color #469948 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469948 is #B966B7. Grayscale: #777777. Windows color (decimal): -12150456 or 4757830. OLE color: 4757830.

HSL color Cylindrical-coordinate representation of color #469948: hue angle of 121.45º 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 #469948 is Cyan = 0.54, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.4.

Color convert

RGB7015372-
CMYK0.5400.530.4
HSL121.45º37.22%43.73%-
HSV(B)121.45º54.25%60%-
XYZ15.0924.5510.07-
YUV118.95101.593.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.73%
GREEN value IS 153 (60.16% from 255) = 51.86%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=23.73%
G=51.86%
B=24.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal70153720.5400.530.4121.4537.2243.73
Hex469948360352879252c
Octal10623111066065501714554
Binary100011010011001100100011011001101011010001111001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469948; }

 p { color: rgb(70,153,72); }

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

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

 a { background-color: rgb(70,153,72); }

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

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

 span { border-color: rgb(70,153,72); }

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