Html Css Color HEX #44964E Fruit Salad

📋 copy color: '#44964E'

red 68 ◦ green 150 ◦ blue 78

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

Shades of Fruit Salad #44964E

Tints of Fruit Salad #44964E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.35%

R = 22.97%
G = 50.68%
B = 26.35%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#44964E (or 0x44964E) is known color: Fruit Salad. HEX triplet: 44, 96 and 4E. RGB value is (68,150,78). Sum of RGB (Red+Green+Blue) = 68+150+78=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 78 (30.86% from 255 or 26.35% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #44964E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44964E is #BB69B1. Grayscale: #757575. Windows color (decimal): -12282290 or 5150276. OLE color: 5150276.

HSL color Cylindrical-coordinate representation of color #44964E: hue angle of 127.32º 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 #44964E is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 68 150 78 -
CMYK 0.55 0 0.48 0.41
HSL 127.32º 0.38% 0.43% -
HSV(B) 127.32º 0.55% 0.59% -
XYZ 14.67 23.59 10.99 -
YUV 117.27 105.83 92.85 -
System Red Green Blue C M Y K H S L
Decimal 68 150 78 0.55 0 0.48 0.41 127.32 0.38 0.43
Hex 44 96 4E 37 0 30 29 7F 26 2B
Octal 104 226 116 67 0 60 51 177 46 53
Binary 1000100 10010110 1001110 110111 0 110000 101001 1111111 100110 101011

Color Harmonies of #44964E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44964E

Black with #44964E

Text Example


Text Example

White with #44964E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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