Html Css Color HEX #449A49 Fruit Salad

📋 copy color: '#449A49'

red 68 ◦ green 154 ◦ blue 73

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

Shades of Fruit Salad #449A49

Tints of Fruit Salad #449A49

RGB

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

 GREEN value IS 154 (60.55% from 255) = 52.2%

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

R = 23.05%
G = 52.2%
B = 24.75%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.53

 K value IS 0.40

RGB Variations

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

Color information

#449A49 (or 0x449A49) is known color: Fruit Salad. HEX triplet: 44, 9A and 49. RGB value is (68,154,73). Sum of RGB (Red+Green+Blue) = 68+154+73=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 154 (60.55% from 255 or 52.20% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 154 - color contains mainly: green. Hex color #449A49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449A49 is #BB65B6. Grayscale: #777777. Windows color (decimal): -12281271 or 4823620. OLE color: 4823620.

HSL color Cylindrical-coordinate representation of color #449A49: hue angle of 123.49º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449A49 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB 68 154 73 -
CMYK 0.56 0 0.53 0.40
HSL 123.49º 0.39% 0.44% -
HSV(B) 123.49º 0.56% 0.6% -
XYZ 15.14 24.82 10.3 -
YUV 119.05 102.01 91.59 -
System Red Green Blue C M Y K H S L
Decimal 68 154 73 0.56 0 0.53 0.40 123.49 0.39 0.44
Hex 44 9A 49 38 0 35 28 7B 27 2C
Octal 104 232 111 70 0 65 50 173 47 54
Binary 1000100 10011010 1001001 111000 0 110101 101000 1111011 100111 101100

Color Harmonies of #449A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449A49

Black with #449A49

Text Example


Text Example

White with #449A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #449A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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