Shades of Fruit Salad #39AF4A
Tints of Fruit Salad #39AF4A
RGB
CMYK
RGB Variations
Color information
#39AF4A (or 0x39AF4A) is known color: Fruit Salad. HEX triplet: 39, AF and 4A. RGB value is (57,175,74). Sum of RGB (Red+Green+Blue) = 57+175+74=306 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.63% from 306); Green value is 175 (68.75% from 255 or 57.19% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 175 - color contains mainly: green. Hex color #39AF4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39AF4A is #C650B5. Grayscale: #808080. Windows color (decimal): -12996790 or 4894521. OLE color: 4894521.
HSL color Cylindrical-coordinate representation of color #39AF4A: hue angle of 128.64º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #39AF4A is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 175 | 74 | - |
| CMYK | 0.67 | 0 | 0.58 | 0.31 |
| HSL | 128.64º | 0.51% | 0.45% | - |
| HSV(B) | 128.64º | 0.67% | 0.69% | - |
| XYZ | 18.25 | 32.02 | 11.7 | - |
| YUV | 128.2 | 97.41 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 175 | 74 | 0.67 | 0 | 0.58 | 0.31 | 128.64 | 0.51 | 0.45 |
| Hex | 39 | AF | 4A | 43 | 0 | 3A | 1F | 81 | 33 | 2D |
| Octal | 71 | 257 | 112 | 103 | 0 | 72 | 37 | 201 | 63 | 55 |
| Binary | 111001 | 10101111 | 1001010 | 1000011 | 0 | 111010 | 11111 | 10000001 | 110011 | 101101 |
Color Harmonies of #39AF4A
Complementary color
Monochromatic Colors of #39AF4A
Black with #39AF4A
Text Example
Text Example
White with #39AF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39AF4A; }
p { color: rgb(57,175,74); }
H1.HeaderClassName
{
color: #39AF4A;
}
.AnyTagClassName
{
color: #39AF4A;
}
</style>
background-color css
<style>
a { background-color: #39AF4A; }
a { background-color: rgb(57,175,74); }
div.DivClassName
{
background-color: #39AF4A;
}
.BgClassName
{
background-color: #39AF4A;
}
</style>
border-color css
<style>
span { border-color: #39AF4A; }
span { border-color: rgb(57,175,74); }
td.TdClassName
{
border-color: #39AF4A;
}
.TagClassName
{
border-color: #39AF4A;
}
</style>