Shades of Fruit Salad #39B54A
Tints of Fruit Salad #39B54A
RGB
CMYK
RGB Variations
Color information
#39B54A (or 0x39B54A) is known color: Fruit Salad. HEX triplet: 39, B5 and 4A. RGB value is (57,181,74). Sum of RGB (Red+Green+Blue) = 57+181+74=312 (41% of max value = 765). Red value is 57 (22.66% from 255 or 18.27% from 312); Green value is 181 (71.09% from 255 or 58.01% from 312); Blue value is 74 (29.30% from 255 or 23.72% from 312); Max value from RGB is 181 - color contains mainly: green. Hex color #39B54A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39B54A is #C64AB5. Grayscale: #848484. Windows color (decimal): -12995254 or 4896057. OLE color: 4896057.
HSL color Cylindrical-coordinate representation of color #39B54A: hue angle of 128.23º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39B54A is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 57 | 181 | 74 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.29 |
| HSL | 128.23º | 0.52% | 0.47% | - |
| HSV(B) | 128.23º | 0.69% | 0.71% | - |
| XYZ | 19.45 | 34.41 | 12.1 | - |
| YUV | 131.73 | 95.42 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 181 | 74 | 0.69 | 0 | 0.59 | 0.29 | 128.23 | 0.52 | 0.47 |
| Hex | 39 | B5 | 4A | 45 | 0 | 3B | 1D | 80 | 34 | 2F |
| Octal | 71 | 265 | 112 | 105 | 0 | 73 | 35 | 200 | 64 | 57 |
| Binary | 111001 | 10110101 | 1001010 | 1000101 | 0 | 111011 | 11101 | 10000000 | 110100 | 101111 |
Color Harmonies of #39B54A
Complementary color
Monochromatic Colors of #39B54A
Black with #39B54A
Text Example
Text Example
White with #39B54A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39B54A; }
p { color: rgb(57,181,74); }
H1.HeaderClassName
{
color: #39B54A;
}
.AnyTagClassName
{
color: #39B54A;
}
</style>
background-color css
<style>
a { background-color: #39B54A; }
a { background-color: rgb(57,181,74); }
div.DivClassName
{
background-color: #39B54A;
}
.BgClassName
{
background-color: #39B54A;
}
</style>
border-color css
<style>
span { border-color: #39B54A; }
span { border-color: rgb(57,181,74); }
td.TdClassName
{
border-color: #39B54A;
}
.TagClassName
{
border-color: #39B54A;
}
</style>