Html Css Color HEX #44B848 Fruit Salad

📋 copy color: '#44B848'

red 68 ◦ green 184 ◦ blue 72

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

Shades of Fruit Salad #44B848

Tints of Fruit Salad #44B848

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.79%

 BLUE value IS 72 (28.52% from 255) = 22.22%

R = 20.99%
G = 56.79%
B = 22.22%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#44B848 (or 0x44B848) is known color: Fruit Salad. HEX triplet: 44, B8 and 48. RGB value is (68,184,72). Sum of RGB (Red+Green+Blue) = 68+184+72=324 (42% of max value = 765). Red value is 68 (26.95% from 255 or 20.99% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #44B848 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B848 is #BB47B7. Grayscale: #888888. Windows color (decimal): -12273592 or 4765764. OLE color: 4765764.

HSL color Cylindrical-coordinate representation of color #44B848: hue angle of 122.07º 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 #44B848 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 68 184 72 -
CMYK 0.63 0 0.61 0.28
HSL 122.07º 0.46% 0.49% -
HSV(B) 122.07º 0.63% 0.72% -
XYZ 20.69 35.98 11.98 -
YUV 136.55 91.57 79.11 -
System Red Green Blue C M Y K H S L
Decimal 68 184 72 0.63 0 0.61 0.28 122.07 0.46 0.49
Hex 44 B8 48 3F 0 3D 1C 7A 2E 31
Octal 104 270 110 77 0 75 34 172 56 61
Binary 1000100 10111000 1001000 111111 0 111101 11100 1111010 101110 110001

Color Harmonies of #44B848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44B848

Black with #44B848

Text Example


Text Example

White with #44B848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,184,72); }

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

background-color css

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

 a { background-color: rgb(68,184,72); }

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

border-color css

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

 span { border-color: rgb(68,184,72); }

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