Html Css Color HEX #449344 Fruit Salad

📋 copy color: '#449344'

red 68 ◦ green 147 ◦ blue 68

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

Shades of Fruit Salad #449344

Tints of Fruit Salad #449344

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.94%

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

R = 24.03%
G = 51.94%
B = 24.03%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#449344 (or 0x449344) is known color: Fruit Salad. HEX triplet: 44, 93 and 44. RGB value is (68,147,68). Sum of RGB (Red+Green+Blue) = 68+147+68=283 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.03% from 283); Green value is 147 (57.81% from 255 or 51.94% from 283); Blue value is 68 (26.95% from 255 or 24.03% from 283); Max value from RGB is 147 - color contains mainly: green. Hex color #449344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449344 is #BB6CBB. Grayscale: #727272. Windows color (decimal): -12283068 or 4494148. OLE color: 4494148.

HSL color Cylindrical-coordinate representation of color #449344: hue angle of 120º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #449344 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 68 147 68 -
CMYK 0.54 0 0.54 0.42
HSL 120º 0.37% 0.42% -
HSV(B) 120º 0.54% 0.58% -
XYZ 13.86 22.51 9.08 -
YUV 114.37 101.83 94.92 -
System Red Green Blue C M Y K H S L
Decimal 68 147 68 0.54 0 0.54 0.42 120 0.37 0.42
Hex 44 93 44 36 0 36 2A 78 25 2A
Octal 104 223 104 66 0 66 52 170 45 52
Binary 1000100 10010011 1000100 110110 0 110110 101010 1111000 100101 101010

Color Harmonies of #449344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449344

Black with #449344

Text Example


Text Example

White with #449344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449344; }

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

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

background-color css

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

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

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

border-color css

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

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

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