Html Css Color HEX #44984C Fruit Salad

📋 copy color: '#44984C'

red 68 ◦ green 152 ◦ blue 76

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

Shades of Fruit Salad #44984C

Tints of Fruit Salad #44984C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.35%

 BLUE value IS 76 (30.08% from 255) = 25.68%

R = 22.97%
G = 51.35%
B = 25.68%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#44984C (or 0x44984C) is known color: Fruit Salad. HEX triplet: 44, 98 and 4C. RGB value is (68,152,76). Sum of RGB (Red+Green+Blue) = 68+152+76=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 76 (30.08% from 255 or 25.68% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #44984C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44984C is #BB67B3. Grayscale: #767676. Windows color (decimal): -12281780 or 5019716. OLE color: 5019716.

HSL color Cylindrical-coordinate representation of color #44984C: hue angle of 125.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44984C is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 152 76 -
CMYK 0.55 0 0.50 0.40
HSL 125.71º 0.38% 0.43% -
HSV(B) 125.71º 0.55% 0.6% -
XYZ 14.92 24.21 10.72 -
YUV 118.22 104.17 92.18 -
System Red Green Blue C M Y K H S L
Decimal 68 152 76 0.55 0 0.50 0.40 125.71 0.38 0.43
Hex 44 98 4C 37 0 32 28 7E 26 2B
Octal 104 230 114 67 0 62 50 176 46 53
Binary 1000100 10011000 1001100 110111 0 110010 101000 1111110 100110 101011

Color Harmonies of #44984C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44984C

Black with #44984C

Text Example


Text Example

White with #44984C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44984C; }

 p { color: rgb(68,152,76); }

 H1.HeaderClassName
 {
   color: #44984C;
 }
 .AnyTagClassName
 {
   color: #44984C;
 }
</style>

background-color css

<style>
 a { background-color: #44984C; }

 a { background-color: rgb(68,152,76); }

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

border-color css

<style>
 span { border-color: #44984C; }

 span { border-color: rgb(68,152,76); }

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