Html Css Color HEX #44A348 Fruit Salad

📋 copy color: '#44A348'

red 68 ◦ green 163 ◦ blue 72

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

Shades of Fruit Salad #44A348

Tints of Fruit Salad #44A348

RGB

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

 GREEN value IS 163 (64.06% from 255) = 53.8%

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

R = 22.44%
G = 53.8%
B = 23.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#44A348 (or 0x44A348) is known color: Fruit Salad. HEX triplet: 44, A3 and 48. RGB value is (68,163,72). Sum of RGB (Red+Green+Blue) = 68+163+72=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 163 (64.06% from 255 or 53.80% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 163 - color contains mainly: green. Hex color #44A348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A348 is #BB5CB7. Grayscale: #7C7C7C. Windows color (decimal): -12278968 or 4760388. OLE color: 4760388.

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

Color convert

RGB 68 163 72 -
CMYK 0.58 0 0.56 0.36
HSL 122.53º 0.41% 0.45% -
HSV(B) 122.53º 0.58% 0.64% -
XYZ 16.65 27.89 10.64 -
YUV 124.22 98.53 87.9 -
System Red Green Blue C M Y K H S L
Decimal 68 163 72 0.58 0 0.56 0.36 122.53 0.41 0.45
Hex 44 A3 48 3A 0 38 24 7B 29 2D
Octal 104 243 110 72 0 70 44 173 51 55
Binary 1000100 10100011 1001000 111010 0 111000 100100 1111011 101001 101101

Color Harmonies of #44A348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44A348

Black with #44A348

Text Example


Text Example

White with #44A348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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