Shades of Fruit Salad #449C43
Tints of Fruit Salad #449C43
RGB
CMYK
RGB Variations
Color information
#449C43 (or 0x449C43) is known color: Fruit Salad. HEX triplet: 44, 9C and 43. RGB value is (68,156,67). Sum of RGB (Red+Green+Blue) = 68+156+67=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 156 (61.33% from 255 or 53.61% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 156 - color contains mainly: green. Hex color #449C43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449C43 is #BB63BC. Grayscale: #777777. Windows color (decimal): -12280765 or 4430916. OLE color: 4430916.
HSL color Cylindrical-coordinate representation of color #449C43: hue angle of 119.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449C43 is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 156 | 67 | - |
| CMYK | 0.56 | 0 | 0.57 | 0.39 |
| HSL | 119.33º | 0.4% | 0.44% | - |
| HSV(B) | 119.33º | 0.57% | 0.61% | - |
| XYZ | 15.29 | 25.41 | 9.41 | - |
| YUV | 119.54 | 98.35 | 91.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 67 | 0.56 | 0 | 0.57 | 0.39 | 119.33 | 0.4 | 0.44 |
| Hex | 44 | 9C | 43 | 38 | 0 | 39 | 27 | 77 | 28 | 2C |
| Octal | 104 | 234 | 103 | 70 | 0 | 71 | 47 | 167 | 50 | 54 |
| Binary | 1000100 | 10011100 | 1000011 | 111000 | 0 | 111001 | 100111 | 1110111 | 101000 | 101100 |
Color Harmonies of #449C43
Complementary color
Monochromatic Colors of #449C43
Black with #449C43
Text Example
Text Example
White with #449C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449C43; }
p { color: rgb(68,156,67); }
H1.HeaderClassName
{
color: #449C43;
}
.AnyTagClassName
{
color: #449C43;
}
</style>
background-color css
<style>
a { background-color: #449C43; }
a { background-color: rgb(68,156,67); }
div.DivClassName
{
background-color: #449C43;
}
.BgClassName
{
background-color: #449C43;
}
</style>
border-color css
<style>
span { border-color: #449C43; }
span { border-color: rgb(68,156,67); }
td.TdClassName
{
border-color: #449C43;
}
.TagClassName
{
border-color: #449C43;
}
</style>