Shades of Fruit Salad #39993D
Tints of Fruit Salad #39993D
RGB
CMYK
RGB Variations
Color information
#39993D (or 0x39993D) is known color: Fruit Salad. HEX triplet: 39, 99 and 3D. RGB value is (57,153,61). Sum of RGB (Red+Green+Blue) = 57+153+61=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 153 (60.16% from 255 or 56.46% from 271); Blue value is 61 (24.22% from 255 or 22.51% from 271); Max value from RGB is 153 - color contains mainly: green. Hex color #39993D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39993D is #C666C2. Grayscale: #727272. Windows color (decimal): -13002435 or 4036921. OLE color: 4036921.
HSL color Cylindrical-coordinate representation of color #39993D: hue angle of 122.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39993D is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 153 | 61 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.4 |
| HSL | 122.5º | 0.46% | 0.41% | - |
| HSV(B) | 122.5º | 0.63% | 0.6% | - |
| XYZ | 13.92 | 23.99 | 8.31 | - |
| YUV | 113.81 | 98.2 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 61 | 0.63 | 0 | 0.60 | 0.4 | 122.5 | 0.46 | 0.41 |
| Hex | 39 | 99 | 3D | 3F | 0 | 3C | 28 | 7B | 2E | 29 |
| Octal | 71 | 231 | 75 | 77 | 0 | 74 | 50 | 173 | 56 | 51 |
| Binary | 111001 | 10011001 | 111101 | 111111 | 0 | 111100 | 101000 | 1111011 | 101110 | 101001 |
Color Harmonies of #39993D
Complementary color
Monochromatic Colors of #39993D
Black with #39993D
Text Example
Text Example
White with #39993D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39993D; }
p { color: rgb(57,153,61); }
H1.HeaderClassName
{
color: #39993D;
}
.AnyTagClassName
{
color: #39993D;
}
</style>
background-color css
<style>
a { background-color: #39993D; }
a { background-color: rgb(57,153,61); }
div.DivClassName
{
background-color: #39993D;
}
.BgClassName
{
background-color: #39993D;
}
</style>
border-color css
<style>
span { border-color: #39993D; }
span { border-color: rgb(57,153,61); }
td.TdClassName
{
border-color: #39993D;
}
.TagClassName
{
border-color: #39993D;
}
</style>