#449E50

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

Shades of Fruit Salad #449E50

Tints of Fruit Salad #449E50

Color information

#449E50 (or 0x449E50) is unknown color: approx Fruit Salad. HEX triplet: 44, 9E and 50. RGB value is (68,158,80). Sum of RGB (Red+Green+Blue) = 68+158+80=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 158 (62.11% from 255 or 51.63% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 158 - color contains mainly: green. Hex color #449E50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449E50 is #BB61AF. Grayscale: #7A7A7A. Windows color (decimal): -12280240 or 5283396. OLE color: 5283396.

HSL color Cylindrical-coordinate representation of color #449E50: hue angle of 128º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449E50 is Cyan = 0.57, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB6815880-
CMYK0.5700.490.38
HSL128º39.82%44.31%-
HSV(B)128º56.96%61.96%-
XYZ16.0626.2611.81-
YUV122.2104.1889.34-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.22%
GREEN value IS 158 (62.11% from 255) = 51.63%
BLUE value IS 80 (31.64% from 255) = 26.14%
R=22.22%
G=51.63%
B=26.14%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68158800.5700.490.3812839.8244.31
Hex449E50390312680282c
Octal10423612071061462005054
Binary1000100100111101010000111001011000110011010000000101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449E50; }

 p { color: rgb(68,158,80); }

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

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

 a { background-color: rgb(68,158,80); }

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

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

 span { border-color: rgb(68,158,80); }

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