Shades of Fruit Salad #449C4A
Tints of Fruit Salad #449C4A
RGB
CMYK
RGB Variations
Color information
#449C4A (or 0x449C4A) is known color: Fruit Salad. HEX triplet: 44, 9C and 4A. RGB value is (68,156,74). Sum of RGB (Red+Green+Blue) = 68+156+74=298 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.82% from 298); Green value is 156 (61.33% from 255 or 52.35% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 156 - color contains mainly: green. Hex color #449C4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449C4A is #BB63B5. Grayscale: #787878. Windows color (decimal): -12280758 or 4889668. OLE color: 4889668.
HSL color Cylindrical-coordinate representation of color #449C4A: hue angle of 124.09º 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 #449C4A is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 156 | 74 | - |
| CMYK | 0.56 | 0 | 0.53 | 0.39 |
| HSL | 124.09º | 0.39% | 0.44% | - |
| HSV(B) | 124.09º | 0.56% | 0.61% | - |
| XYZ | 15.51 | 25.5 | 10.58 | - |
| YUV | 120.34 | 101.85 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 156 | 74 | 0.56 | 0 | 0.53 | 0.39 | 124.09 | 0.39 | 0.44 |
| Hex | 44 | 9C | 4A | 38 | 0 | 35 | 27 | 7C | 27 | 2C |
| Octal | 104 | 234 | 112 | 70 | 0 | 65 | 47 | 174 | 47 | 54 |
| Binary | 1000100 | 10011100 | 1001010 | 111000 | 0 | 110101 | 100111 | 1111100 | 100111 | 101100 |
Color Harmonies of #449C4A
Complementary color
Monochromatic Colors of #449C4A
Black with #449C4A
Text Example
Text Example
White with #449C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449C4A; }
p { color: rgb(68,156,74); }
H1.HeaderClassName
{
color: #449C4A;
}
.AnyTagClassName
{
color: #449C4A;
}
</style>
background-color css
<style>
a { background-color: #449C4A; }
a { background-color: rgb(68,156,74); }
div.DivClassName
{
background-color: #449C4A;
}
.BgClassName
{
background-color: #449C4A;
}
</style>
border-color css
<style>
span { border-color: #449C4A; }
span { border-color: rgb(68,156,74); }
td.TdClassName
{
border-color: #449C4A;
}
.TagClassName
{
border-color: #449C4A;
}
</style>