Shades of Fruit Salad #369C3F
Tints of Fruit Salad #369C3F
RGB
CMYK
RGB Variations
Color information
#369C3F (or 0x369C3F) is known color: Fruit Salad. HEX triplet: 36, 9C and 3F. RGB value is (54,156,63). Sum of RGB (Red+Green+Blue) = 54+156+63=273 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.78% from 273); Green value is 156 (61.33% from 255 or 57.14% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 156 - color contains mainly: green. Hex color #369C3F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369C3F is #C963C0. Grayscale: #737373. Windows color (decimal): -13198273 or 4168758. OLE color: 4168758.
HSL color Cylindrical-coordinate representation of color #369C3F: hue angle of 125.29º degrees, saturation: 0.49, 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 #369C3F is Cyan = 0.65, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 156 | 63 | - |
| CMYK | 0.65 | 0 | 0.60 | 0.39 |
| HSL | 125.29º | 0.49% | 0.41% | - |
| HSV(B) | 125.29º | 0.65% | 0.61% | - |
| XYZ | 14.31 | 24.92 | 8.76 | - |
| YUV | 114.9 | 98.71 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 156 | 63 | 0.65 | 0 | 0.60 | 0.39 | 125.29 | 0.49 | 0.41 |
| Hex | 36 | 9C | 3F | 41 | 0 | 3C | 27 | 7D | 31 | 29 |
| Octal | 66 | 234 | 77 | 101 | 0 | 74 | 47 | 175 | 61 | 51 |
| Binary | 110110 | 10011100 | 111111 | 1000001 | 0 | 111100 | 100111 | 1111101 | 110001 | 101001 |
Color Harmonies of #369C3F
Complementary color
Monochromatic Colors of #369C3F
Black with #369C3F
Text Example
Text Example
White with #369C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369C3F; }
p { color: rgb(54,156,63); }
H1.HeaderClassName
{
color: #369C3F;
}
.AnyTagClassName
{
color: #369C3F;
}
</style>
background-color css
<style>
a { background-color: #369C3F; }
a { background-color: rgb(54,156,63); }
div.DivClassName
{
background-color: #369C3F;
}
.BgClassName
{
background-color: #369C3F;
}
</style>
border-color css
<style>
span { border-color: #369C3F; }
span { border-color: rgb(54,156,63); }
td.TdClassName
{
border-color: #369C3F;
}
.TagClassName
{
border-color: #369C3F;
}
</style>