Html Css Color HEX #448F4E Fruit Salad

📋 copy color: '#448F4E'

red 68 ◦ green 143 ◦ blue 78

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

Shades of Fruit Salad #448F4E

Tints of Fruit Salad #448F4E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 49.48%

 BLUE value IS 78 (30.86% from 255) = 26.99%

R = 23.53%
G = 49.48%
B = 26.99%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#448F4E (or 0x448F4E) is known color: Fruit Salad. HEX triplet: 44, 8F and 4E. RGB value is (68,143,78). Sum of RGB (Red+Green+Blue) = 68+143+78=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 143 (56.25% from 255 or 49.48% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 143 - color contains mainly: green. Hex color #448F4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #448F4E is #BB70B1. Grayscale: #717171. Windows color (decimal): -12284082 or 5148484. OLE color: 5148484.

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

Color convert

RGB 68 143 78 -
CMYK 0.52 0 0.45 0.44
HSL 128º 0.36% 0.41% -
HSV(B) 128º 0.52% 0.56% -
XYZ 13.58 21.42 10.63 -
YUV 113.17 108.15 95.79 -
System Red Green Blue C M Y K H S L
Decimal 68 143 78 0.52 0 0.45 0.44 128 0.36 0.41
Hex 44 8F 4E 34 0 2D 2C 80 24 29
Octal 104 217 116 64 0 55 54 200 44 51
Binary 1000100 10001111 1001110 110100 0 101101 101100 10000000 100100 101001

Color Harmonies of #448F4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #448F4E

Black with #448F4E

Text Example


Text Example

White with #448F4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,143,78); }

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

background-color css

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

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

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

border-color css

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

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

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