Shades of Fruit Salad #369B3F
Tints of Fruit Salad #369B3F
RGB
CMYK
RGB Variations
Color information
#369B3F (or 0x369B3F) is known color: Fruit Salad. HEX triplet: 36, 9B and 3F. RGB value is (54,155,63). Sum of RGB (Red+Green+Blue) = 54+155+63=272 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.85% from 272); Green value is 155 (60.94% from 255 or 56.99% from 272); Blue value is 63 (25% from 255 or 23.16% from 272); Max value from RGB is 155 - color contains mainly: green. Hex color #369B3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369B3F is #C964C0. Grayscale: #727272. Windows color (decimal): -13198529 or 4168502. OLE color: 4168502.
HSL color Cylindrical-coordinate representation of color #369B3F: hue angle of 125.35º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369B3F is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 155 | 63 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.39 |
| HSL | 125.35º | 0.48% | 0.41% | - |
| HSV(B) | 125.35º | 0.65% | 0.61% | - |
| XYZ | 14.14 | 24.59 | 8.7 | - |
| YUV | 114.31 | 99.04 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 155 | 63 | 0.65 | 0 | 0.59 | 0.39 | 125.35 | 0.48 | 0.41 |
| Hex | 36 | 9B | 3F | 41 | 0 | 3B | 27 | 7D | 30 | 29 |
| Octal | 66 | 233 | 77 | 101 | 0 | 73 | 47 | 175 | 60 | 51 |
| Binary | 110110 | 10011011 | 111111 | 1000001 | 0 | 111011 | 100111 | 1111101 | 110000 | 101001 |
Color Harmonies of #369B3F
Complementary color
Monochromatic Colors of #369B3F
Black with #369B3F
Text Example
Text Example
White with #369B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369B3F; }
p { color: rgb(54,155,63); }
H1.HeaderClassName
{
color: #369B3F;
}
.AnyTagClassName
{
color: #369B3F;
}
</style>
background-color css
<style>
a { background-color: #369B3F; }
a { background-color: rgb(54,155,63); }
div.DivClassName
{
background-color: #369B3F;
}
.BgClassName
{
background-color: #369B3F;
}
</style>
border-color css
<style>
span { border-color: #369B3F; }
span { border-color: rgb(54,155,63); }
td.TdClassName
{
border-color: #369B3F;
}
.TagClassName
{
border-color: #369B3F;
}
</style>