Shades of Fruit Salad #36AE3C
Tints of Fruit Salad #36AE3C
RGB
CMYK
RGB Variations
Color information
#36AE3C (or 0x36AE3C) is known color: Fruit Salad. HEX triplet: 36, AE and 3C. RGB value is (54,174,60). Sum of RGB (Red+Green+Blue) = 54+174+60=288 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.75% from 288); Green value is 174 (68.36% from 255 or 60.42% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 174 - color contains mainly: green. Hex color #36AE3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36AE3C is #C951C3. Grayscale: #7D7D7D. Windows color (decimal): -13193668 or 3976758. OLE color: 3976758.
HSL color Cylindrical-coordinate representation of color #36AE3C: hue angle of 123º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36AE3C is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 174 | 60 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.32 |
| HSL | 123º | 0.53% | 0.45% | - |
| HSV(B) | 123º | 0.69% | 0.68% | - |
| XYZ | 17.47 | 31.38 | 9.41 | - |
| YUV | 125.12 | 91.24 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 174 | 60 | 0.69 | 0 | 0.66 | 0.32 | 123 | 0.53 | 0.45 |
| Hex | 36 | AE | 3C | 45 | 0 | 42 | 20 | 7B | 35 | 2D |
| Octal | 66 | 256 | 74 | 105 | 0 | 102 | 40 | 173 | 65 | 55 |
| Binary | 110110 | 10101110 | 111100 | 1000101 | 0 | 1000010 | 100000 | 1111011 | 110101 | 101101 |
Color Harmonies of #36AE3C
Complementary color
Monochromatic Colors of #36AE3C
Black with #36AE3C
Text Example
Text Example
White with #36AE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AE3C; }
p { color: rgb(54,174,60); }
H1.HeaderClassName
{
color: #36AE3C;
}
.AnyTagClassName
{
color: #36AE3C;
}
</style>
background-color css
<style>
a { background-color: #36AE3C; }
a { background-color: rgb(54,174,60); }
div.DivClassName
{
background-color: #36AE3C;
}
.BgClassName
{
background-color: #36AE3C;
}
</style>
border-color css
<style>
span { border-color: #36AE3C; }
span { border-color: rgb(54,174,60); }
td.TdClassName
{
border-color: #36AE3C;
}
.TagClassName
{
border-color: #36AE3C;
}
</style>