Html Css Color HEX #44B758 Fruit Salad

📋 copy color: '#44B758'

red 68 ◦ green 183 ◦ blue 88

#44B758
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fruit Salad #44B758

Tints of Fruit Salad #44B758

RGB

 RED value IS 68 (26.95% from 255) = 20.06%

 GREEN value IS 183 (71.88% from 255) = 53.98%

 BLUE value IS 88 (34.77% from 255) = 25.96%

R = 20.06%
G = 53.98%
B = 25.96%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#44B758 (or 0x44B758) is known color: Fruit Salad. HEX triplet: 44, B7 and 58. RGB value is (68,183,88). Sum of RGB (Red+Green+Blue) = 68+183+88=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 183 (71.88% from 255 or 53.98% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 183 - color contains mainly: green. Hex color #44B758 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B758 is #BB48A7. Grayscale: #8A8A8A. Windows color (decimal): -12273832 or 5814084. OLE color: 5814084.

HSL color Cylindrical-coordinate representation of color #44B758: hue angle of 130.43º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B758 is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB 68 183 88 -
CMYK 0.63 0 0.52 0.28
HSL 130.43º 0.46% 0.49% -
HSV(B) 130.43º 0.63% 0.72% -
XYZ 21.08 35.8 15.03 -
YUV 137.79 99.9 78.22 -
System Red Green Blue C M Y K H S L
Decimal 68 183 88 0.63 0 0.52 0.28 130.43 0.46 0.49
Hex 44 B7 58 3F 0 34 1C 82 2E 31
Octal 104 267 130 77 0 64 34 202 56 61
Binary 1000100 10110111 1011000 111111 0 110100 11100 10000010 101110 110001

Color Harmonies of #44B758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44B758

Black with #44B758

Text Example


Text Example

White with #44B758

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #44B758;
 }
 .AnyTagClassName
 {
   color: #44B758;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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