Html Css Color HEX #448D47 Fruit Salad

📋 copy color: '#448D47'

red 68 ◦ green 141 ◦ blue 71

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

Shades of Fruit Salad #448D47

Tints of Fruit Salad #448D47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25.36%

R = 24.29%
G = 50.36%
B = 25.36%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#448D47 (or 0x448D47) is known color: Fruit Salad. HEX triplet: 44, 8D and 47. RGB value is (68,141,71). Sum of RGB (Red+Green+Blue) = 68+141+71=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #448D47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448D47 is #BB72B8. Grayscale: #6F6F6F. Windows color (decimal): -12284601 or 4689220. OLE color: 4689220.

HSL color Cylindrical-coordinate representation of color #448D47: hue angle of 122.47º 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 #448D47 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 141 71 -
CMYK 0.52 0 0.50 0.45
HSL 122.47º 0.35% 0.41% -
HSV(B) 122.47º 0.52% 0.55% -
XYZ 13.05 20.73 9.28 -
YUV 111.19 105.32 97.19 -
System Red Green Blue C M Y K H S L
Decimal 68 141 71 0.52 0 0.50 0.45 122.47 0.35 0.41
Hex 44 8D 47 34 0 32 2D 7A 23 29
Octal 104 215 107 64 0 62 55 172 43 51
Binary 1000100 10001101 1000111 110100 0 110010 101101 1111010 100011 101001

Color Harmonies of #448D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D47

Black with #448D47

Text Example


Text Example

White with #448D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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