Html Css Color HEX #44B358 Fruit Salad

📋 copy color: '#44B358'

red 68 ◦ green 179 ◦ blue 88

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

Shades of Fruit Salad #44B358

Tints of Fruit Salad #44B358

RGB

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

 GREEN value IS 179 (70.31% from 255) = 53.43%

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

R = 20.3%
G = 53.43%
B = 26.27%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#44B358 (or 0x44B358) is known color: Fruit Salad. HEX triplet: 44, B3 and 58. RGB value is (68,179,88). Sum of RGB (Red+Green+Blue) = 68+179+88=335 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.30% from 335); Green value is 179 (70.31% from 255 or 53.43% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 179 - color contains mainly: green. Hex color #44B358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B358 is #BB4CA7. Grayscale: #878787. Windows color (decimal): -12274856 or 5813060. OLE color: 5813060.

HSL color Cylindrical-coordinate representation of color #44B358: hue angle of 130.81º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #44B358 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 68 179 88 -
CMYK 0.62 0 0.51 0.30
HSL 130.81º 0.45% 0.48% -
HSV(B) 130.81º 0.62% 0.7% -
XYZ 20.27 34.17 14.76 -
YUV 135.44 101.23 79.9 -
System Red Green Blue C M Y K H S L
Decimal 68 179 88 0.62 0 0.51 0.30 130.81 0.45 0.48
Hex 44 B3 58 3E 0 33 1E 83 2D 30
Octal 104 263 130 76 0 63 36 203 55 60
Binary 1000100 10110011 1011000 111110 0 110011 11110 10000011 101101 110000

Color Harmonies of #44B358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44B358

Black with #44B358

Text Example


Text Example

White with #44B358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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