Shades of Fruit Salad #36983C
Tints of Fruit Salad #36983C
RGB
CMYK
RGB Variations
Color information
#36983C (or 0x36983C) is known color: Fruit Salad. HEX triplet: 36, 98 and 3C. RGB value is (54,152,60). Sum of RGB (Red+Green+Blue) = 54+152+60=266 (35% of max value = 765). Red value is 54 (21.48% from 255 or 20.30% from 266); Green value is 152 (59.77% from 255 or 57.14% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 152 - color contains mainly: green. Hex color #36983C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36983C is #C967C3. Grayscale: #707070. Windows color (decimal): -13199300 or 3971126. OLE color: 3971126.
HSL color Cylindrical-coordinate representation of color #36983C: hue angle of 123.67º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #36983C is Cyan = 0.64, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 152 | 60 | - |
| CMYK | 0.64 | 0 | 0.61 | 0.40 |
| HSL | 123.67º | 0.48% | 0.4% | - |
| HSV(B) | 123.67º | 0.64% | 0.6% | - |
| XYZ | 13.57 | 23.57 | 8.11 | - |
| YUV | 112.21 | 98.53 | 86.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 60 | 0.64 | 0 | 0.61 | 0.40 | 123.67 | 0.48 | 0.4 |
| Hex | 36 | 98 | 3C | 40 | 0 | 3D | 28 | 7C | 30 | 28 |
| Octal | 66 | 230 | 74 | 100 | 0 | 75 | 50 | 174 | 60 | 50 |
| Binary | 110110 | 10011000 | 111100 | 1000000 | 0 | 111101 | 101000 | 1111100 | 110000 | 101000 |
Color Harmonies of #36983C
Complementary color
Monochromatic Colors of #36983C
Black with #36983C
Text Example
Text Example
White with #36983C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36983C; }
p { color: rgb(54,152,60); }
H1.HeaderClassName
{
color: #36983C;
}
.AnyTagClassName
{
color: #36983C;
}
</style>
background-color css
<style>
a { background-color: #36983C; }
a { background-color: rgb(54,152,60); }
div.DivClassName
{
background-color: #36983C;
}
.BgClassName
{
background-color: #36983C;
}
</style>
border-color css
<style>
span { border-color: #36983C; }
span { border-color: rgb(54,152,60); }
td.TdClassName
{
border-color: #36983C;
}
.TagClassName
{
border-color: #36983C;
}
</style>