Shades of Fruit Salad #40993C
Tints of Fruit Salad #40993C
RGB
CMYK
RGB Variations
Color information
#40993C (or 0x40993C) is known color: Fruit Salad. HEX triplet: 40, 99 and 3C. RGB value is (64,153,60). Sum of RGB (Red+Green+Blue) = 64+153+60=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 153 (60.16% from 255 or 55.23% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 153 - color contains mainly: green. Hex color #40993C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #40993C is #BF66C3. Grayscale: #747474. Windows color (decimal): -12543684 or 3971392. OLE color: 3971392.
HSL color Cylindrical-coordinate representation of color #40993C: hue angle of 117.42º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40993C is Cyan = 0.58, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 153 | 60 | - |
| CMYK | 0.58 | 0 | 0.61 | 0.4 |
| HSL | 117.42º | 0.44% | 0.42% | - |
| HSV(B) | 117.42º | 0.61% | 0.6% | - |
| XYZ | 14.32 | 24.2 | 8.19 | - |
| YUV | 115.79 | 96.51 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 60 | 0.58 | 0 | 0.61 | 0.4 | 117.42 | 0.44 | 0.42 |
| Hex | 40 | 99 | 3C | 3A | 0 | 3D | 28 | 75 | 2C | 2A |
| Octal | 100 | 231 | 74 | 72 | 0 | 75 | 50 | 165 | 54 | 52 |
| Binary | 1000000 | 10011001 | 111100 | 111010 | 0 | 111101 | 101000 | 1110101 | 101100 | 101010 |
Color Harmonies of #40993C
Complementary color
Monochromatic Colors of #40993C
Black with #40993C
Text Example
Text Example
White with #40993C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40993C; }
p { color: rgb(64,153,60); }
H1.HeaderClassName
{
color: #40993C;
}
.AnyTagClassName
{
color: #40993C;
}
</style>
background-color css
<style>
a { background-color: #40993C; }
a { background-color: rgb(64,153,60); }
div.DivClassName
{
background-color: #40993C;
}
.BgClassName
{
background-color: #40993C;
}
</style>
border-color css
<style>
span { border-color: #40993C; }
span { border-color: rgb(64,153,60); }
td.TdClassName
{
border-color: #40993C;
}
.TagClassName
{
border-color: #40993C;
}
</style>