#449045

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

Shades of Fruit Salad #449045

Tints of Fruit Salad #449045

Color information

#449045 (or 0x449045) is unknown color: approx Fruit Salad. HEX triplet: 44, 90 and 45. RGB value is (68,144,69). Sum of RGB (Red+Green+Blue) = 68+144+69=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 144 (56.64% from 255 or 51.25% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 144 - color contains mainly: green. Hex color #449045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449045 is #BB6FBA. Grayscale: #707070. Windows color (decimal): -12283835 or 4558916. OLE color: 4558916.

HSL color Cylindrical-coordinate representation of color #449045: hue angle of 120.79º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449045 is Cyan = 0.53, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.

Color convert

RGB6814469-
CMYK0.5300.520.44
HSL120.79º35.85%41.57%-
HSV(B)120.79º52.78%56.47%-
XYZ13.4321.619.09-
YUV112.73103.3296.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.20%
GREEN value IS 144 (56.64% from 255) = 51.25%
BLUE value IS 69 (27.34% from 255) = 24.56%
R=24.20%
G=51.25%
B=24.56%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal68144690.5300.520.44120.7935.8541.57
Hex449045350342C79242a
Octal10422010565064541714452
Binary100010010010000100010111010101101001011001111001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449045; }

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

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

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

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

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

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

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

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