Shades of Fruit Salad #36993B
Tints of Fruit Salad #36993B
RGB
CMYK
RGB Variations
Color information
#36993B (or 0x36993B) is known color: Fruit Salad. HEX triplet: 36, 99 and 3B. RGB value is (54,153,59). Sum of RGB (Red+Green+Blue) = 54+153+59=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 153 (60.16% from 255 or 57.52% from 266); Blue value is 59 (23.44% from 255 or 22.18% from 266); Max value from RGB is 153 - color contains mainly: green. Hex color #36993B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36993B is #C966C4. Grayscale: #707070. Windows color (decimal): -13199045 or 3905846. OLE color: 3905846.
HSL color Cylindrical-coordinate representation of color #36993B: hue angle of 123.03º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #36993B is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 54 | 153 | 59 | - |
| CMYK | 0.65 | 0 | 0.61 | 0.4 |
| HSL | 123.03º | 0.48% | 0.41% | - |
| HSV(B) | 123.03º | 0.65% | 0.6% | - |
| XYZ | 13.7 | 23.88 | 8.03 | - |
| YUV | 112.68 | 97.7 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 153 | 59 | 0.65 | 0 | 0.61 | 0.4 | 123.03 | 0.48 | 0.41 |
| Hex | 36 | 99 | 3B | 41 | 0 | 3D | 28 | 7B | 30 | 29 |
| Octal | 66 | 231 | 73 | 101 | 0 | 75 | 50 | 173 | 60 | 51 |
| Binary | 110110 | 10011001 | 111011 | 1000001 | 0 | 111101 | 101000 | 1111011 | 110000 | 101001 |
Color Harmonies of #36993B
Complementary color
Monochromatic Colors of #36993B
Black with #36993B
Text Example
Text Example
White with #36993B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36993B; }
p { color: rgb(54,153,59); }
H1.HeaderClassName
{
color: #36993B;
}
.AnyTagClassName
{
color: #36993B;
}
</style>
background-color css
<style>
a { background-color: #36993B; }
a { background-color: rgb(54,153,59); }
div.DivClassName
{
background-color: #36993B;
}
.BgClassName
{
background-color: #36993B;
}
</style>
border-color css
<style>
span { border-color: #36993B; }
span { border-color: rgb(54,153,59); }
td.TdClassName
{
border-color: #36993B;
}
.TagClassName
{
border-color: #36993B;
}
</style>