Html Css Color HEX #44964F Fruit Salad

📋 copy color: '#44964F'

red 68 ◦ green 150 ◦ blue 79

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

Shades of Fruit Salad #44964F

Tints of Fruit Salad #44964F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.51%

 BLUE value IS 79 (31.25% from 255) = 26.6%

R = 22.9%
G = 50.51%
B = 26.6%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#44964F (or 0x44964F) is known color: Fruit Salad. HEX triplet: 44, 96 and 4F. RGB value is (68,150,79). Sum of RGB (Red+Green+Blue) = 68+150+79=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 79 (31.25% from 255 or 26.60% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #44964F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44964F is #BB69B0. Grayscale: #757575. Windows color (decimal): -12282289 or 5215812. OLE color: 5215812.

HSL color Cylindrical-coordinate representation of color #44964F: hue angle of 128.05º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44964F is Cyan = 0.55, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 150 79 -
CMYK 0.55 0 0.47 0.41
HSL 128.05º 0.38% 0.43% -
HSV(B) 128.05º 0.55% 0.59% -
XYZ 14.7 23.61 11.18 -
YUV 117.39 106.33 92.77 -
System Red Green Blue C M Y K H S L
Decimal 68 150 79 0.55 0 0.47 0.41 128.05 0.38 0.43
Hex 44 96 4F 37 0 2F 29 80 26 2B
Octal 104 226 117 67 0 57 51 200 46 53
Binary 1000100 10010110 1001111 110111 0 101111 101001 10000000 100110 101011

Color Harmonies of #44964F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44964F

Black with #44964F

Text Example


Text Example

White with #44964F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44964F; }

 p { color: rgb(68,150,79); }

 H1.HeaderClassName
 {
   color: #44964F;
 }
 .AnyTagClassName
 {
   color: #44964F;
 }
</style>

background-color css

<style>
 a { background-color: #44964F; }

 a { background-color: rgb(68,150,79); }

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

border-color css

<style>
 span { border-color: #44964F; }

 span { border-color: rgb(68,150,79); }

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