Html Css Color HEX #44994F Fruit Salad

📋 copy color: '#44994F'

red 68 ◦ green 153 ◦ blue 79

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

Shades of Fruit Salad #44994F

Tints of Fruit Salad #44994F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 51%

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

R = 22.67%
G = 51%
B = 26.33%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.48

 K value IS 0.4

RGB Variations

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

Color information

#44994F (or 0x44994F) is known color: Fruit Salad. HEX triplet: 44, 99 and 4F. RGB value is (68,153,79). Sum of RGB (Red+Green+Blue) = 68+153+79=300 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.67% from 300); Green value is 153 (60.16% from 255 or 51% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 153 - color contains mainly: green. Hex color #44994F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44994F is #BB66B0. Grayscale: #777777. Windows color (decimal): -12281521 or 5216580. OLE color: 5216580.

HSL color Cylindrical-coordinate representation of color #44994F: hue angle of 127.76º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #44994F is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB 68 153 79 -
CMYK 0.56 0 0.48 0.4
HSL 127.76º 0.38% 0.43% -
HSV(B) 127.76º 0.56% 0.6% -
XYZ 15.19 24.58 11.34 -
YUV 119.15 105.34 91.52 -
System Red Green Blue C M Y K H S L
Decimal 68 153 79 0.56 0 0.48 0.4 127.76 0.38 0.43
Hex 44 99 4F 38 0 30 28 80 26 2B
Octal 104 231 117 70 0 60 50 200 46 53
Binary 1000100 10011001 1001111 111000 0 110000 101000 10000000 100110 101011

Color Harmonies of #44994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44994F

Black with #44994F

Text Example


Text Example

White with #44994F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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