Shades of Fruit Salad #449B3B
Tints of Fruit Salad #449B3B
RGB
CMYK
RGB Variations
Color information
#449B3B (or 0x449B3B) is known color: Fruit Salad. HEX triplet: 44, 9B and 3B. RGB value is (68,155,59). Sum of RGB (Red+Green+Blue) = 68+155+59=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #449B3B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449B3B is #BB64C4. Grayscale: #767676. Windows color (decimal): -12281029 or 3906372. OLE color: 3906372.
HSL color Cylindrical-coordinate representation of color #449B3B: hue angle of 114.38º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #449B3B is Cyan = 0.56, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 68 | 155 | 59 | - |
| CMYK | 0.56 | 0 | 0.62 | 0.39 |
| HSL | 114.38º | 0.45% | 0.42% | - |
| HSV(B) | 114.38º | 0.62% | 0.61% | - |
| XYZ | 14.89 | 24.99 | 8.18 | - |
| YUV | 118.04 | 94.68 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 155 | 59 | 0.56 | 0 | 0.62 | 0.39 | 114.38 | 0.45 | 0.42 |
| Hex | 44 | 9B | 3B | 38 | 0 | 3E | 27 | 72 | 2D | 2A |
| Octal | 104 | 233 | 73 | 70 | 0 | 76 | 47 | 162 | 55 | 52 |
| Binary | 1000100 | 10011011 | 111011 | 111000 | 0 | 111110 | 100111 | 1110010 | 101101 | 101010 |
Color Harmonies of #449B3B
Complementary color
Monochromatic Colors of #449B3B
Black with #449B3B
Text Example
Text Example
White with #449B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #449B3B; }
p { color: rgb(68,155,59); }
H1.HeaderClassName
{
color: #449B3B;
}
.AnyTagClassName
{
color: #449B3B;
}
</style>
background-color css
<style>
a { background-color: #449B3B; }
a { background-color: rgb(68,155,59); }
div.DivClassName
{
background-color: #449B3B;
}
.BgClassName
{
background-color: #449B3B;
}
</style>
border-color css
<style>
span { border-color: #449B3B; }
span { border-color: rgb(68,155,59); }
td.TdClassName
{
border-color: #449B3B;
}
.TagClassName
{
border-color: #449B3B;
}
</style>