Shades of Fruit Salad #38AA38
Tints of Fruit Salad #38AA38
RGB
CMYK
RGB Variations
Color information
#38AA38 (or 0x38AA38) is known color: Fruit Salad. HEX triplet: 38, AA and 38. RGB value is (56,170,56). Sum of RGB (Red+Green+Blue) = 56+170+56=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 56 (22.27% from 255 or 19.86% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38AA38 is #C755C7. Grayscale: #7B7B7B. Windows color (decimal): -13063624 or 3713592. OLE color: 3713592.
HSL color Cylindrical-coordinate representation of color #38AA38: hue angle of 120º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AA38 is Cyan = 0.67, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 170 | 56 | - |
| CMYK | 0.67 | 0 | 0.67 | 0.33 |
| HSL | 120º | 0.5% | 0.44% | - |
| HSV(B) | 120º | 0.67% | 0.67% | - |
| XYZ | 16.72 | 29.88 | 8.63 | - |
| YUV | 122.92 | 90.23 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 170 | 56 | 0.67 | 0 | 0.67 | 0.33 | 120 | 0.5 | 0.44 |
| Hex | 38 | AA | 38 | 43 | 0 | 43 | 21 | 78 | 32 | 2C |
| Octal | 70 | 252 | 70 | 103 | 0 | 103 | 41 | 170 | 62 | 54 |
| Binary | 111000 | 10101010 | 111000 | 1000011 | 0 | 1000011 | 100001 | 1111000 | 110010 | 101100 |
Color Harmonies of #38AA38
Complementary color
Monochromatic Colors of #38AA38
Black with #38AA38
Text Example
Text Example
White with #38AA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AA38; }
p { color: rgb(56,170,56); }
H1.HeaderClassName
{
color: #38AA38;
}
.AnyTagClassName
{
color: #38AA38;
}
</style>
background-color css
<style>
a { background-color: #38AA38; }
a { background-color: rgb(56,170,56); }
div.DivClassName
{
background-color: #38AA38;
}
.BgClassName
{
background-color: #38AA38;
}
</style>
border-color css
<style>
span { border-color: #38AA38; }
span { border-color: rgb(56,170,56); }
td.TdClassName
{
border-color: #38AA38;
}
.TagClassName
{
border-color: #38AA38;
}
</style>