Shades of Fruit Salad #38A23C
Tints of Fruit Salad #38A23C
RGB
CMYK
RGB Variations
Color information
#38A23C (or 0x38A23C) is known color: Fruit Salad. HEX triplet: 38, A2 and 3C. RGB value is (56,162,60). Sum of RGB (Red+Green+Blue) = 56+162+60=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 162 (63.67% from 255 or 58.27% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 162 - color contains mainly: green. Hex color #38A23C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A23C is #C75DC3. Grayscale: #767676. Windows color (decimal): -13065668 or 3973688. OLE color: 3973688.
HSL color Cylindrical-coordinate representation of color #38A23C: hue angle of 122.26º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A23C is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 56 | 162 | 60 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.36 |
| HSL | 122.26º | 0.49% | 0.43% | - |
| HSV(B) | 122.26º | 0.65% | 0.64% | - |
| XYZ | 15.37 | 27.01 | 8.68 | - |
| YUV | 118.68 | 94.88 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 162 | 60 | 0.65 | 0 | 0.63 | 0.36 | 122.26 | 0.49 | 0.43 |
| Hex | 38 | A2 | 3C | 41 | 0 | 3F | 24 | 7A | 31 | 2B |
| Octal | 70 | 242 | 74 | 101 | 0 | 77 | 44 | 172 | 61 | 53 |
| Binary | 111000 | 10100010 | 111100 | 1000001 | 0 | 111111 | 100100 | 1111010 | 110001 | 101011 |
Color Harmonies of #38A23C
Complementary color
Monochromatic Colors of #38A23C
Black with #38A23C
Text Example
Text Example
White with #38A23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A23C; }
p { color: rgb(56,162,60); }
H1.HeaderClassName
{
color: #38A23C;
}
.AnyTagClassName
{
color: #38A23C;
}
</style>
background-color css
<style>
a { background-color: #38A23C; }
a { background-color: rgb(56,162,60); }
div.DivClassName
{
background-color: #38A23C;
}
.BgClassName
{
background-color: #38A23C;
}
</style>
border-color css
<style>
span { border-color: #38A23C; }
span { border-color: rgb(56,162,60); }
td.TdClassName
{
border-color: #38A23C;
}
.TagClassName
{
border-color: #38A23C;
}
</style>