Html Css Color HEX #449249 Fruit Salad

📋 copy color: '#449249'

red 68 ◦ green 146 ◦ blue 73

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

Shades of Fruit Salad #449249

Tints of Fruit Salad #449249

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50.87%

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

R = 23.69%
G = 50.87%
B = 25.44%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.5

 K value IS 0.43

RGB Variations

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

Color information

#449249 (or 0x449249) is known color: Fruit Salad. HEX triplet: 44, 92 and 49. RGB value is (68,146,73). Sum of RGB (Red+Green+Blue) = 68+146+73=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 146 (57.42% from 255 or 50.87% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 146 - color contains mainly: green. Hex color #449249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449249 is #BB6DB6. Grayscale: #727272. Windows color (decimal): -12283319 or 4821572. OLE color: 4821572.

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

Color convert

RGB 68 146 73 -
CMYK 0.53 0 0.5 0.43
HSL 123.85º 0.36% 0.42% -
HSV(B) 123.85º 0.53% 0.57% -
XYZ 13.87 22.27 9.87 -
YUV 114.36 104.66 94.94 -
System Red Green Blue C M Y K H S L
Decimal 68 146 73 0.53 0 0.5 0.43 123.85 0.36 0.42
Hex 44 92 49 35 0 32 2B 7C 24 2A
Octal 104 222 111 65 0 62 53 174 44 52
Binary 1000100 10010010 1001001 110101 0 110010 101011 1111100 100100 101010

Color Harmonies of #449249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449249

Black with #449249

Text Example


Text Example

White with #449249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449249; }

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

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

background-color css

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

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

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

border-color css

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

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

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