Html Css Color HEX #44964C Fruit Salad

📋 copy color: '#44964C'

red 68 ◦ green 150 ◦ blue 76

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

Shades of Fruit Salad #44964C

Tints of Fruit Salad #44964C

RGB

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

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

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

R = 23.13%
G = 51.02%
B = 25.85%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.49

 K value IS 0.41

RGB Variations

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

Color information

#44964C (or 0x44964C) is known color: Fruit Salad. HEX triplet: 44, 96 and 4C. RGB value is (68,150,76). Sum of RGB (Red+Green+Blue) = 68+150+76=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #44964C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44964C is #BB69B3. Grayscale: #757575. Windows color (decimal): -12282292 or 5019204. OLE color: 5019204.

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

Color convert

RGB 68 150 76 -
CMYK 0.55 0 0.49 0.41
HSL 125.85º 0.38% 0.43% -
HSV(B) 125.85º 0.55% 0.59% -
XYZ 14.59 23.56 10.62 -
YUV 117.05 104.83 93.02 -
System Red Green Blue C M Y K H S L
Decimal 68 150 76 0.55 0 0.49 0.41 125.85 0.38 0.43
Hex 44 96 4C 37 0 31 29 7E 26 2B
Octal 104 226 114 67 0 61 51 176 46 53
Binary 1000100 10010110 1001100 110111 0 110001 101001 1111110 100110 101011

Color Harmonies of #44964C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44964C

Black with #44964C

Text Example


Text Example

White with #44964C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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