Html Css Color HEX #449B49 Fruit Salad

📋 copy color: '#449B49'

red 68 ◦ green 155 ◦ blue 73

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

Shades of Fruit Salad #449B49

Tints of Fruit Salad #449B49

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.36%

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

R = 22.97%
G = 52.36%
B = 24.66%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.53

 K value IS 0.39

RGB Variations

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

Color information

#449B49 (or 0x449B49) is known color: Fruit Salad. HEX triplet: 44, 9B and 49. RGB value is (68,155,73). Sum of RGB (Red+Green+Blue) = 68+155+73=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 155 (60.94% from 255 or 52.36% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 155 - color contains mainly: green. Hex color #449B49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449B49 is #BB64B6. Grayscale: #777777. Windows color (decimal): -12281015 or 4823876. OLE color: 4823876.

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

Color convert

RGB 68 155 73 -
CMYK 0.56 0 0.53 0.39
HSL 123.45º 0.39% 0.44% -
HSV(B) 123.45º 0.56% 0.61% -
XYZ 15.31 25.15 10.35 -
YUV 119.64 101.68 91.17 -
System Red Green Blue C M Y K H S L
Decimal 68 155 73 0.56 0 0.53 0.39 123.45 0.39 0.44
Hex 44 9B 49 38 0 35 27 7B 27 2C
Octal 104 233 111 70 0 65 47 173 47 54
Binary 1000100 10011011 1001001 111000 0 110101 100111 1111011 100111 101100

Color Harmonies of #449B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #449B49

Black with #449B49

Text Example


Text Example

White with #449B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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