Html Css Color HEX #449049 Fruit Salad

📋 copy color: '#449049'

red 68 ◦ green 144 ◦ blue 73

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

Shades of Fruit Salad #449049

Tints of Fruit Salad #449049

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.53%

 BLUE value IS 73 (28.91% from 255) = 25.61%

R = 23.86%
G = 50.53%
B = 25.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#449049 (or 0x449049) is known color: Fruit Salad. HEX triplet: 44, 90 and 49. RGB value is (68,144,73). Sum of RGB (Red+Green+Blue) = 68+144+73=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 144 (56.64% from 255 or 50.53% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 144 - color contains mainly: green. Hex color #449049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449049 is #BB6FB6. Grayscale: #717171. Windows color (decimal): -12283831 or 4821060. OLE color: 4821060.

HSL color Cylindrical-coordinate representation of color #449049: hue angle of 123.95º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #449049 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 68 144 73 -
CMYK 0.53 0 0.49 0.44
HSL 123.95º 0.36% 0.42% -
HSV(B) 123.95º 0.53% 0.56% -
XYZ 13.56 21.66 9.77 -
YUV 113.18 105.32 95.77 -
System Red Green Blue C M Y K H S L
Decimal 68 144 73 0.53 0 0.49 0.44 123.95 0.36 0.42
Hex 44 90 49 35 0 31 2C 7C 24 2A
Octal 104 220 111 65 0 61 54 174 44 52
Binary 1000100 10010000 1001001 110101 0 110001 101100 1111100 100100 101010

Color Harmonies of #449049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449049

Black with #449049

Text Example


Text Example

White with #449049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449049; }

 p { color: rgb(68,144,73); }

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

background-color css

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

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

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

border-color css

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

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

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