#449845

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

Shades of Fruit Salad #449845

Tints of Fruit Salad #449845

Color information

#449845 (or 0x449845) is unknown color: approx Fruit Salad. HEX triplet: 44, 98 and 45. RGB value is (68,152,69). Sum of RGB (Red+Green+Blue) = 68+152+69=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 152 (59.77% from 255 or 52.60% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 152 - color contains mainly: green. Hex color #449845 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449845 is #BB67BA. Grayscale: #757575. Windows color (decimal): -12281787 or 4560964. OLE color: 4560964.

HSL color Cylindrical-coordinate representation of color #449845: hue angle of 120.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449845 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB6815269-
CMYK0.5500.550.40
HSL120.71º38.18%43.14%-
HSV(B)120.71º55.26%59.61%-
XYZ14.6924.129.51-
YUV117.42100.6792.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.53%
GREEN value IS 152 (59.77% from 255) = 52.60%
BLUE value IS 69 (27.34% from 255) = 23.88%
R=23.53%
G=52.60%
B=23.88%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal68152690.5500.550.40120.7138.1843.14
Hex449845370372879262b
Octal10423010567067501714653
Binary100010010011000100010111011101101111010001111001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449845; }

 p { color: rgb(68,152,69); }

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

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

 a { background-color: rgb(68,152,69); }

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

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

 span { border-color: rgb(68,152,69); }

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