Html Css Color HEX #44A148 Fruit Salad

📋 copy color: '#44A148'

red 68 ◦ green 161 ◦ blue 72

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

Shades of Fruit Salad #44A148

Tints of Fruit Salad #44A148

RGB

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

 GREEN value IS 161 (63.28% from 255) = 53.49%

 BLUE value IS 72 (28.52% from 255) = 23.92%

R = 22.59%
G = 53.49%
B = 23.92%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.55

 K value IS 0.37

RGB Variations

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

Color information

#44A148 (or 0x44A148) is known color: Fruit Salad. HEX triplet: 44, A1 and 48. RGB value is (68,161,72). Sum of RGB (Red+Green+Blue) = 68+161+72=301 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.59% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #44A148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A148 is #BB5EB7. Grayscale: #7B7B7B. Windows color (decimal): -12279480 or 4759876. OLE color: 4759876.

HSL color Cylindrical-coordinate representation of color #44A148: hue angle of 122.58º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A148 is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.37.

Color convert

RGB 68 161 72 -
CMYK 0.58 0 0.55 0.37
HSL 122.58º 0.41% 0.45% -
HSV(B) 122.58º 0.58% 0.63% -
XYZ 16.3 27.19 10.52 -
YUV 123.05 99.19 88.74 -
System Red Green Blue C M Y K H S L
Decimal 68 161 72 0.58 0 0.55 0.37 122.58 0.41 0.45
Hex 44 A1 48 3A 0 37 25 7B 29 2D
Octal 104 241 110 72 0 67 45 173 51 55
Binary 1000100 10100001 1001000 111010 0 110111 100101 1111011 101001 101101

Color Harmonies of #44A148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A148

Black with #44A148

Text Example


Text Example

White with #44A148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44A148; }

 p { color: rgb(68,161,72); }

 H1.HeaderClassName
 {
   color: #44A148;
 }
 .AnyTagClassName
 {
   color: #44A148;
 }
</style>

background-color css

<style>
 a { background-color: #44A148; }

 a { background-color: rgb(68,161,72); }

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

border-color css

<style>
 span { border-color: #44A148; }

 span { border-color: rgb(68,161,72); }

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