Html Css Color HEX #448D4A Fruit Salad

📋 copy color: '#448D4A'

red 68 ◦ green 141 ◦ blue 74

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

Shades of Fruit Salad #448D4A

Tints of Fruit Salad #448D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.15%

R = 24.03%
G = 49.82%
B = 26.15%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#448D4A (or 0x448D4A) is known color: Fruit Salad. HEX triplet: 44, 8D and 4A. RGB value is (68,141,74). Sum of RGB (Red+Green+Blue) = 68+141+74=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 141 (55.47% from 255 or 49.82% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 141 - color contains mainly: green. Hex color #448D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #448D4A is #BB72B5. Grayscale: #6F6F6F. Windows color (decimal): -12284598 or 4885828. OLE color: 4885828.

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

Color convert

RGB 68 141 74 -
CMYK 0.52 0 0.48 0.45
HSL 124.93º 0.35% 0.41% -
HSV(B) 124.93º 0.52% 0.55% -
XYZ 13.14 20.77 9.8 -
YUV 111.54 106.82 96.95 -
System Red Green Blue C M Y K H S L
Decimal 68 141 74 0.52 0 0.48 0.45 124.93 0.35 0.41
Hex 44 8D 4A 34 0 30 2D 7D 23 29
Octal 104 215 112 64 0 60 55 175 43 51
Binary 1000100 10001101 1001010 110100 0 110000 101101 1111101 100011 101001

Color Harmonies of #448D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448D4A

Black with #448D4A

Text Example


Text Example

White with #448D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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