#449C4C

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

Shades of Fruit Salad #449C4C

Tints of Fruit Salad #449C4C

Color information

#449C4C (or 0x449C4C) is unknown color: approx Fruit Salad. HEX triplet: 44, 9C and 4C. RGB value is (68,156,76). Sum of RGB (Red+Green+Blue) = 68+156+76=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 156 (61.33% from 255 or 52% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 156 - color contains mainly: green. Hex color #449C4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449C4C is #BB63B3. Grayscale: #787878. Windows color (decimal): -12280756 or 5020740. OLE color: 5020740.

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

Color convert

RGB6815676-
CMYK0.5600.510.39
HSL125.45º39.29%43.92%-
HSV(B)125.45º56.41%61.18%-
XYZ15.5825.5310.94-
YUV120.57102.8590.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.67%
GREEN value IS 156 (61.33% from 255) = 52%
BLUE value IS 76 (30.08% from 255) = 25.33%
R=22.67%
G=52%
B=25.33%

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
Decimal68156760.5600.510.39125.4539.2943.92
Hex449C4C38033277d272c
Octal10423411470063471754754
Binary100010010011100100110011100001100111001111111101100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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