#449C4D

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

Shades of Fruit Salad #449C4D

Tints of Fruit Salad #449C4D

Color information

#449C4D (or 0x449C4D) is unknown color: approx Fruit Salad. HEX triplet: 44, 9C and 4D. RGB value is (68,156,77). Sum of RGB (Red+Green+Blue) = 68+156+77=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 156 (61.33% from 255 or 51.83% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 156 - color contains mainly: green. Hex color #449C4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449C4D is #BB63B2. Grayscale: #787878. Windows color (decimal): -12280755 or 5086276. OLE color: 5086276.

HSL color Cylindrical-coordinate representation of color #449C4D: hue angle of 126.14º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449C4D is Cyan = 0.56, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB6815677-
CMYK0.5600.510.39
HSL126.14º39.29%43.92%-
HSV(B)126.14º56.41%61.18%-
XYZ15.6125.5411.13-
YUV120.68103.3590.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.59%
GREEN value IS 156 (61.33% from 255) = 51.83%
BLUE value IS 77 (30.47% from 255) = 25.58%
R=22.59%
G=51.83%
B=25.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal68156770.5600.510.39126.1439.2943.92
Hex449C4D38033277e272c
Octal10423411570063471764754
Binary100010010011100100110111100001100111001111111110100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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