Shades of Fruit Salad #36AB42
Tints of Fruit Salad #36AB42
RGB
CMYK
RGB Variations
Color information
#36AB42 (or 0x36AB42) is known color: Fruit Salad. HEX triplet: 36, AB and 42. RGB value is (54,171,66). Sum of RGB (Red+Green+Blue) = 54+171+66=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 171 (67.19% from 255 or 58.76% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 171 - color contains mainly: green. Hex color #36AB42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36AB42 is #C954BD. Grayscale: #7C7C7C. Windows color (decimal): -13194430 or 4369206. OLE color: 4369206.
HSL color Cylindrical-coordinate representation of color #36AB42: hue angle of 126.15º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #36AB42 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 54 | 171 | 66 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.33 |
| HSL | 126.15º | 0.52% | 0.44% | - |
| HSV(B) | 126.15º | 0.68% | 0.67% | - |
| XYZ | 17.07 | 30.3 | 10.1 | - |
| YUV | 124.05 | 95.24 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 171 | 66 | 0.68 | 0 | 0.61 | 0.33 | 126.15 | 0.52 | 0.44 |
| Hex | 36 | AB | 42 | 44 | 0 | 3D | 21 | 7E | 34 | 2C |
| Octal | 66 | 253 | 102 | 104 | 0 | 75 | 41 | 176 | 64 | 54 |
| Binary | 110110 | 10101011 | 1000010 | 1000100 | 0 | 111101 | 100001 | 1111110 | 110100 | 101100 |
Color Harmonies of #36AB42
Complementary color
Monochromatic Colors of #36AB42
Black with #36AB42
Text Example
Text Example
White with #36AB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AB42; }
p { color: rgb(54,171,66); }
H1.HeaderClassName
{
color: #36AB42;
}
.AnyTagClassName
{
color: #36AB42;
}
</style>
background-color css
<style>
a { background-color: #36AB42; }
a { background-color: rgb(54,171,66); }
div.DivClassName
{
background-color: #36AB42;
}
.BgClassName
{
background-color: #36AB42;
}
</style>
border-color css
<style>
span { border-color: #36AB42; }
span { border-color: rgb(54,171,66); }
td.TdClassName
{
border-color: #36AB42;
}
.TagClassName
{
border-color: #36AB42;
}
</style>