Html Css Color HEX #448D44 Fruit Salad

📋 copy color: '#448D44'

red 68 ◦ green 141 ◦ blue 68

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

Shades of Fruit Salad #448D44

Tints of Fruit Salad #448D44

RGB

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

 GREEN value IS 141 (55.47% from 255) = 50.9%

 BLUE value IS 68 (26.95% from 255) = 24.55%

R = 24.55%
G = 50.9%
B = 24.55%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.52

 K value IS 0.45

RGB Variations

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

Color information

#448D44 (or 0x448D44) is known color: Fruit Salad. HEX triplet: 44, 8D and 44. RGB value is (68,141,68). Sum of RGB (Red+Green+Blue) = 68+141+68=277 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.55% from 277); Green value is 141 (55.47% from 255 or 50.90% from 277); Blue value is 68 (26.95% from 255 or 24.55% from 277); Max value from RGB is 141 - color contains mainly: green. Hex color #448D44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448D44 is #BB72BB. Grayscale: #6F6F6F. Windows color (decimal): -12284604 or 4492612. OLE color: 4492612.

HSL color Cylindrical-coordinate representation of color #448D44: hue angle of 120º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #448D44 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 141 68 -
CMYK 0.52 0 0.52 0.45
HSL 120º 0.35% 0.41% -
HSV(B) 120º 0.52% 0.55% -
XYZ 12.95 20.7 8.78 -
YUV 110.85 103.82 97.44 -
System Red Green Blue C M Y K H S L
Decimal 68 141 68 0.52 0 0.52 0.45 120 0.35 0.41
Hex 44 8D 44 34 0 34 2D 78 23 29
Octal 104 215 104 64 0 64 55 170 43 51
Binary 1000100 10001101 1000100 110100 0 110100 101101 1111000 100011 101001

Color Harmonies of #448D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D44

Black with #448D44

Text Example


Text Example

White with #448D44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #448D44; }

 p { color: rgb(68,141,68); }

 H1.HeaderClassName
 {
   color: #448D44;
 }
 .AnyTagClassName
 {
   color: #448D44;
 }
</style>

background-color css

<style>
 a { background-color: #448D44; }

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

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

border-color css

<style>
 span { border-color: #448D44; }

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

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