#449E4D

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

Shades of Fruit Salad #449E4D

Tints of Fruit Salad #449E4D

Color information

#449E4D (or 0x449E4D) is unknown color: approx Fruit Salad. HEX triplet: 44, 9E and 4D. RGB value is (68,158,77). Sum of RGB (Red+Green+Blue) = 68+158+77=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 158 (62.11% from 255 or 52.15% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 158 - color contains mainly: green. Hex color #449E4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449E4D is #BB61B2. Grayscale: #7A7A7A. Windows color (decimal): -12280243 or 5086788. OLE color: 5086788.

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

Color convert

RGB6815877-
CMYK0.5700.510.38
HSL126º39.82%44.31%-
HSV(B)126º56.96%61.96%-
XYZ15.9526.2211.24-
YUV121.86102.6889.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.44%
GREEN value IS 158 (62.11% from 255) = 52.15%
BLUE value IS 77 (30.47% from 255) = 25.41%
R=22.44%
G=52.15%
B=25.41%

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
Decimal68158770.5700.510.3812639.8244.31
Hex449E4D39033267e282c
Octal10423611571063461765054
Binary100010010011110100110111100101100111001101111110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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