#44c358

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

Shades of Fruit Salad #44C358

Tints of Fruit Salad #44C358

Color information

#44C358 (or 0x44C358) is unknown color: approx Fruit Salad. HEX triplet: 44, C3 and 58. RGB value is (68,195,88). Sum of RGB (Red+Green+Blue) = 68+195+88=351 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.37% from 351); Green value is 195 (76.56% from 255 or 55.56% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 195 - color contains mainly: green. Hex color #44C358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44C358 is #BB3CA7. Grayscale: #919191. Windows color (decimal): -12270760 or 5817156. OLE color: 5817156.

HSL color Cylindrical-coordinate representation of color #44C358: hue angle of 129.45º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44C358 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB6819588-
CMYK0.6500.550.24
HSL129.45º51.42%51.57%-
HSV(B)129.45º65.13%76.47%-
XYZ23.6640.9615.89-
YUV144.8395.9273.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.37%
GREEN value IS 195 (76.56% from 255) = 55.56%
BLUE value IS 88 (34.77% from 255) = 25.07%
R=19.37%
G=55.56%
B=25.07%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal68195880.6500.550.24129.4551.4251.57
Hex44C3584103718813334
Octal104303130101067302016364
Binary1000100110000111011000100000101101111100010000001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44c358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44c358; }

 p { color: rgb(68,195,88); }

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

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

 a { background-color: rgb(68,195,88); }

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

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

 span { border-color: rgb(68,195,88); }

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