Shades of Fruit Salad #39AD3D
Tints of Fruit Salad #39AD3D
RGB
CMYK
RGB Variations
Color information
#39AD3D (or 0x39AD3D) is known color: Fruit Salad. HEX triplet: 39, AD and 3D. RGB value is (57,173,61). Sum of RGB (Red+Green+Blue) = 57+173+61=291 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.59% from 291); Green value is 173 (67.97% from 255 or 59.45% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 173 - color contains mainly: green. Hex color #39AD3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39AD3D is #C652C2. Grayscale: #7D7D7D. Windows color (decimal): -12997315 or 4042041. OLE color: 4042041.
HSL color Cylindrical-coordinate representation of color #39AD3D: hue angle of 122.07º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39AD3D is Cyan = 0.67, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 57 | 173 | 61 | - |
| CMYK | 0.67 | 0 | 0.65 | 0.32 |
| HSL | 122.07º | 0.5% | 0.45% | - |
| HSV(B) | 122.07º | 0.67% | 0.68% | - |
| XYZ | 17.47 | 31.09 | 9.5 | - |
| YUV | 125.55 | 91.57 | 79.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 173 | 61 | 0.67 | 0 | 0.65 | 0.32 | 122.07 | 0.5 | 0.45 |
| Hex | 39 | AD | 3D | 43 | 0 | 41 | 20 | 7A | 32 | 2D |
| Octal | 71 | 255 | 75 | 103 | 0 | 101 | 40 | 172 | 62 | 55 |
| Binary | 111001 | 10101101 | 111101 | 1000011 | 0 | 1000001 | 100000 | 1111010 | 110010 | 101101 |
Color Harmonies of #39AD3D
Complementary color
Monochromatic Colors of #39AD3D
Black with #39AD3D
Text Example
Text Example
White with #39AD3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39AD3D; }
p { color: rgb(57,173,61); }
H1.HeaderClassName
{
color: #39AD3D;
}
.AnyTagClassName
{
color: #39AD3D;
}
</style>
background-color css
<style>
a { background-color: #39AD3D; }
a { background-color: rgb(57,173,61); }
div.DivClassName
{
background-color: #39AD3D;
}
.BgClassName
{
background-color: #39AD3D;
}
</style>
border-color css
<style>
span { border-color: #39AD3D; }
span { border-color: rgb(57,173,61); }
td.TdClassName
{
border-color: #39AD3D;
}
.TagClassName
{
border-color: #39AD3D;
}
</style>