#44B443

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

Shades of Fruit Salad #44B443

Tints of Fruit Salad #44B443

Color information

#44B443 (or 0x44B443) is unknown color: approx Fruit Salad. HEX triplet: 44, B4 and 43. RGB value is (68,180,67). Sum of RGB (Red+Green+Blue) = 68+180+67=315 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.59% from 315); Green value is 180 (70.70% from 255 or 57.14% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 180 - color contains mainly: green. Hex color #44B443 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B443 is #BB4BBC. Grayscale: #858585. Windows color (decimal): -12274621 or 4437060. OLE color: 4437060.

HSL color Cylindrical-coordinate representation of color #44B443: hue angle of 119.47º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B443 is Cyan = 0.62, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.29.

Color convert

RGB6818067-
CMYK0.6200.630.29
HSL119.47º45.75%48.43%-
HSV(B)119.47º62.78%70.59%-
XYZ19.7234.2810.89-
YUV133.6390.3981.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.59%
GREEN value IS 180 (70.70% from 255) = 57.14%
BLUE value IS 67 (26.56% from 255) = 21.27%
R=21.59%
G=57.14%
B=21.27%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal68180670.6200.630.29119.4745.7548.43
Hex44B4433E03F1D772e30
Octal10426410376077351675660
Binary10001001011010010000111111100111111111011110111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,180,67); }

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

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

 a { background-color: rgb(68,180,67); }

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

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

 span { border-color: rgb(68,180,67); }

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