Shades of Fruit Salad #39AF3C
Tints of Fruit Salad #39AF3C
RGB
CMYK
RGB Variations
Color information
#39AF3C (or 0x39AF3C) is known color: Fruit Salad. HEX triplet: 39, AF and 3C. RGB value is (57,175,60). Sum of RGB (Red+Green+Blue) = 57+175+60=292 (38% of max value = 765). Red value is 57 (22.66% from 255 or 19.52% from 292); Green value is 175 (68.75% from 255 or 59.93% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 175 - color contains mainly: green. Hex color #39AF3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39AF3C is #C650C3. Grayscale: #7E7E7E. Windows color (decimal): -12996804 or 3977017. OLE color: 3977017.
HSL color Cylindrical-coordinate representation of color #39AF3C: hue angle of 121.53º 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 #39AF3C is Cyan = 0.67, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 57 | 175 | 60 | - |
| CMYK | 0.67 | 0 | 0.66 | 0.31 |
| HSL | 121.53º | 0.51% | 0.45% | - |
| HSV(B) | 121.53º | 0.67% | 0.69% | - |
| XYZ | 17.83 | 31.86 | 9.48 | - |
| YUV | 126.61 | 90.41 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 175 | 60 | 0.67 | 0 | 0.66 | 0.31 | 121.53 | 0.51 | 0.45 |
| Hex | 39 | AF | 3C | 43 | 0 | 42 | 1F | 7A | 33 | 2D |
| Octal | 71 | 257 | 74 | 103 | 0 | 102 | 37 | 172 | 63 | 55 |
| Binary | 111001 | 10101111 | 111100 | 1000011 | 0 | 1000010 | 11111 | 1111010 | 110011 | 101101 |
Color Harmonies of #39AF3C
Complementary color
Monochromatic Colors of #39AF3C
Black with #39AF3C
Text Example
Text Example
White with #39AF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39AF3C; }
p { color: rgb(57,175,60); }
H1.HeaderClassName
{
color: #39AF3C;
}
.AnyTagClassName
{
color: #39AF3C;
}
</style>
background-color css
<style>
a { background-color: #39AF3C; }
a { background-color: rgb(57,175,60); }
div.DivClassName
{
background-color: #39AF3C;
}
.BgClassName
{
background-color: #39AF3C;
}
</style>
border-color css
<style>
span { border-color: #39AF3C; }
span { border-color: rgb(57,175,60); }
td.TdClassName
{
border-color: #39AF3C;
}
.TagClassName
{
border-color: #39AF3C;
}
</style>