#449242

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

Shades of Fruit Salad #449242

Tints of Fruit Salad #449242

Color information

#449242 (or 0x449242) is unknown color: approx Fruit Salad. HEX triplet: 44, 92 and 42. RGB value is (68,146,66). Sum of RGB (Red+Green+Blue) = 68+146+66=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 146 (57.42% from 255 or 52.14% from 280); Blue value is 66 (26.17% from 255 or 23.57% from 280); Max value from RGB is 146 - color contains mainly: green. Hex color #449242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449242 is #BB6DBD. Grayscale: #717171. Windows color (decimal): -12283326 or 4362820. OLE color: 4362820.

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

Color convert

RGB6814666-
CMYK0.5300.550.43
HSL118.5º37.74%41.57%-
HSV(B)118.5º54.79%57.25%-
XYZ13.6522.188.72-
YUV113.56101.1695.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 146 (57.42% from 255) = 52.14%
BLUE value IS 66 (26.17% from 255) = 23.57%
R=24.29%
G=52.14%
B=23.57%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68146660.5300.550.43118.537.7441.57
Hex449242350372B76262a
Octal10422210265067531664652
Binary100010010010010100001011010101101111010111110110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449242; }

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

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

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

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

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

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

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

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