Shades of Fruit Salad #39993A
Tints of Fruit Salad #39993A
RGB
CMYK
RGB Variations
Color information
#39993A (or 0x39993A) is known color: Fruit Salad. HEX triplet: 39, 99 and 3A. RGB value is (57,153,58). Sum of RGB (Red+Green+Blue) = 57+153+58=268 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.27% from 268); Green value is 153 (60.16% from 255 or 57.09% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 153 - color contains mainly: green. Hex color #39993A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39993A is #C666C5. Grayscale: #717171. Windows color (decimal): -13002438 or 3840313. OLE color: 3840313.
HSL color Cylindrical-coordinate representation of color #39993A: hue angle of 120.63º 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 #39993A is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 57 | 153 | 58 | - |
| CMYK | 0.63 | 0 | 0.62 | 0.4 |
| HSL | 120.63º | 0.46% | 0.41% | - |
| HSV(B) | 120.63º | 0.63% | 0.6% | - |
| XYZ | 13.84 | 23.96 | 7.9 | - |
| YUV | 113.47 | 96.7 | 87.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 153 | 58 | 0.63 | 0 | 0.62 | 0.4 | 120.63 | 0.46 | 0.41 |
| Hex | 39 | 99 | 3A | 3F | 0 | 3E | 28 | 79 | 2E | 29 |
| Octal | 71 | 231 | 72 | 77 | 0 | 76 | 50 | 171 | 56 | 51 |
| Binary | 111001 | 10011001 | 111010 | 111111 | 0 | 111110 | 101000 | 1111001 | 101110 | 101001 |
Color Harmonies of #39993A
Complementary color
Monochromatic Colors of #39993A
Black with #39993A
Text Example
Text Example
White with #39993A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39993A; }
p { color: rgb(57,153,58); }
H1.HeaderClassName
{
color: #39993A;
}
.AnyTagClassName
{
color: #39993A;
}
</style>
background-color css
<style>
a { background-color: #39993A; }
a { background-color: rgb(57,153,58); }
div.DivClassName
{
background-color: #39993A;
}
.BgClassName
{
background-color: #39993A;
}
</style>
border-color css
<style>
span { border-color: #39993A; }
span { border-color: rgb(57,153,58); }
td.TdClassName
{
border-color: #39993A;
}
.TagClassName
{
border-color: #39993A;
}
</style>