#449F52

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

Shades of Fruit Salad #449F52

Tints of Fruit Salad #449F52

Color information

#449F52 (or 0x449F52) is unknown color: approx Fruit Salad. HEX triplet: 44, 9F and 52. RGB value is (68,159,82). Sum of RGB (Red+Green+Blue) = 68+159+82=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 159 (62.5% from 255 or 51.46% from 309); Blue value is 82 (32.42% from 255 or 26.54% from 309); Max value from RGB is 159 - color contains mainly: green. Hex color #449F52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449F52 is #BB60AD. Grayscale: #7B7B7B. Windows color (decimal): -12279982 or 5414724. OLE color: 5414724.

HSL color Cylindrical-coordinate representation of color #449F52: hue angle of 129.23º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449F52 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB6815982-
CMYK0.5700.480.38
HSL129.23º40.09%44.51%-
HSV(B)129.23º57.23%62.35%-
XYZ16.3126.6312.26-
YUV123.01104.8588.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 159 (62.5% from 255) = 51.46%
BLUE value IS 82 (32.42% from 255) = 26.54%
R=22.01%
G=51.46%
B=26.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68159820.5700.480.38129.2340.0944.51
Hex449F52390302681282d
Octal10423712271060462015055
Binary1000100100111111010010111001011000010011010000001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,159,82); }

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

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

 a { background-color: rgb(68,159,82); }

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

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

 span { border-color: rgb(68,159,82); }

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