#449E47

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

Shades of Fruit Salad #449E47

Tints of Fruit Salad #449E47

Color information

#449E47 (or 0x449E47) is unknown color: approx Fruit Salad. HEX triplet: 44, 9E and 47. RGB value is (68,158,71). Sum of RGB (Red+Green+Blue) = 68+158+71=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 158 (62.11% from 255 or 53.20% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 158 - color contains mainly: green. Hex color #449E47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449E47 is #BB61B8. Grayscale: #797979. Windows color (decimal): -12280249 or 4693572. OLE color: 4693572.

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

Color convert

RGB6815871-
CMYK0.5700.550.38
HSL122º39.82%44.31%-
HSV(B)122º56.96%61.96%-
XYZ15.7526.1410.18-
YUV121.1799.6890.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 158 (62.11% from 255) = 53.20%
BLUE value IS 71 (28.12% from 255) = 23.91%
R=22.90%
G=53.20%
B=23.91%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68158710.5700.550.3812239.8244.31
Hex449E4739037267a282c
Octal10423610771067461725054
Binary100010010011110100011111100101101111001101111010101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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