#449245

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

Shades of Fruit Salad #449245

Tints of Fruit Salad #449245

Color information

#449245 (or 0x449245) is unknown color: approx Fruit Salad. HEX triplet: 44, 92 and 45. RGB value is (68,146,69). Sum of RGB (Red+Green+Blue) = 68+146+69=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 146 (57.42% from 255 or 51.59% from 283); Blue value is 69 (27.34% from 255 or 24.38% from 283); Max value from RGB is 146 - color contains mainly: green. Hex color #449245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449245 is #BB6DBA. Grayscale: #727272. Windows color (decimal): -12283323 or 4559428. OLE color: 4559428.

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

Color convert

RGB6814669-
CMYK0.5300.530.43
HSL120.77º36.45%41.96%-
HSV(B)120.77º53.42%57.25%-
XYZ13.7422.229.19-
YUV113.9102.6695.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.03%
GREEN value IS 146 (57.42% from 255) = 51.59%
BLUE value IS 69 (27.34% from 255) = 24.38%
R=24.03%
G=51.59%
B=24.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68146690.5300.530.43120.7736.4541.96
Hex449245350352B79242a
Octal10422210565065531714452
Binary100010010010010100010111010101101011010111111001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449245; }

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

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

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

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

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

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

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

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