Shades of Fruit Salad #3A9543
Tints of Fruit Salad #3A9543
RGB
CMYK
RGB Variations
Color information
#3A9543 (or 0x3A9543) is known color: Fruit Salad. HEX triplet: 3A, 95 and 43. RGB value is (58,149,67). Sum of RGB (Red+Green+Blue) = 58+149+67=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 149 (58.59% from 255 or 54.38% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 149 - color contains mainly: green. Hex color #3A9543 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3A9543 is #C56ABC. Grayscale: #707070. Windows color (decimal): -12937917 or 4429114. OLE color: 4429114.
HSL color Cylindrical-coordinate representation of color #3A9543: hue angle of 125.93º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A9543 is Cyan = 0.61, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 149 | 67 | - |
| CMYK | 0.61 | 0 | 0.55 | 0.42 |
| HSL | 125.93º | 0.44% | 0.41% | - |
| HSV(B) | 125.93º | 0.61% | 0.58% | - |
| XYZ | 13.51 | 22.8 | 9 | - |
| YUV | 112.44 | 102.35 | 89.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 149 | 67 | 0.61 | 0 | 0.55 | 0.42 | 125.93 | 0.44 | 0.41 |
| Hex | 3A | 95 | 43 | 3D | 0 | 37 | 2A | 7E | 2C | 29 |
| Octal | 72 | 225 | 103 | 75 | 0 | 67 | 52 | 176 | 54 | 51 |
| Binary | 111010 | 10010101 | 1000011 | 111101 | 0 | 110111 | 101010 | 1111110 | 101100 | 101001 |
Color Harmonies of #3A9543
Complementary color
Monochromatic Colors of #3A9543
Black with #3A9543
Text Example
Text Example
White with #3A9543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9543; }
p { color: rgb(58,149,67); }
H1.HeaderClassName
{
color: #3A9543;
}
.AnyTagClassName
{
color: #3A9543;
}
</style>
background-color css
<style>
a { background-color: #3A9543; }
a { background-color: rgb(58,149,67); }
div.DivClassName
{
background-color: #3A9543;
}
.BgClassName
{
background-color: #3A9543;
}
</style>
border-color css
<style>
span { border-color: #3A9543; }
span { border-color: rgb(58,149,67); }
td.TdClassName
{
border-color: #3A9543;
}
.TagClassName
{
border-color: #3A9543;
}
</style>