#449E4E

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

Shades of Fruit Salad #449E4E

Tints of Fruit Salad #449E4E

Color information

#449E4E (or 0x449E4E) is unknown color: approx Fruit Salad. HEX triplet: 44, 9E and 4E. RGB value is (68,158,78). Sum of RGB (Red+Green+Blue) = 68+158+78=304 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.37% from 304); Green value is 158 (62.11% from 255 or 51.97% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 158 - color contains mainly: green. Hex color #449E4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449E4E is #BB61B1. Grayscale: #7A7A7A. Windows color (decimal): -12280242 or 5152324. OLE color: 5152324.

HSL color Cylindrical-coordinate representation of color #449E4E: hue angle of 126.67º 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 #449E4E is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.

Color convert

RGB6815878-
CMYK0.5700.510.38
HSL126.67º39.82%44.31%-
HSV(B)126.67º56.96%61.96%-
XYZ15.9926.2311.43-
YUV121.97103.1889.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.37%
GREEN value IS 158 (62.11% from 255) = 51.97%
BLUE value IS 78 (30.86% from 255) = 25.66%
R=22.37%
G=51.97%
B=25.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68158780.5700.510.38126.6739.8244.31
Hex449E4E39033267f282c
Octal10423611671063461775054
Binary100010010011110100111011100101100111001101111111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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