Shades of Fruit Salad #45973D
Tints of Fruit Salad #45973D
RGB
CMYK
RGB Variations
Color information
#45973D (or 0x45973D) is known color: Fruit Salad. HEX triplet: 45, 97 and 3D. RGB value is (69,151,61). Sum of RGB (Red+Green+Blue) = 69+151+61=281 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.56% from 281); Green value is 151 (59.38% from 255 or 53.74% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 151 - color contains mainly: green. Hex color #45973D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45973D is #BA68C2. Grayscale: #747474. Windows color (decimal): -12216515 or 4036421. OLE color: 4036421.
HSL color Cylindrical-coordinate representation of color #45973D: hue angle of 114.67º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #45973D is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 69 | 151 | 61 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.41 |
| HSL | 114.67º | 0.42% | 0.42% | - |
| HSV(B) | 114.67º | 0.6% | 0.59% | - |
| XYZ | 14.36 | 23.74 | 8.24 | - |
| YUV | 116.22 | 96.83 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 151 | 61 | 0.54 | 0 | 0.60 | 0.41 | 114.67 | 0.42 | 0.42 |
| Hex | 45 | 97 | 3D | 36 | 0 | 3C | 29 | 73 | 2A | 2A |
| Octal | 105 | 227 | 75 | 66 | 0 | 74 | 51 | 163 | 52 | 52 |
| Binary | 1000101 | 10010111 | 111101 | 110110 | 0 | 111100 | 101001 | 1110011 | 101010 | 101010 |
Color Harmonies of #45973D
Complementary color
Monochromatic Colors of #45973D
Black with #45973D
Text Example
Text Example
White with #45973D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45973D; }
p { color: rgb(69,151,61); }
H1.HeaderClassName
{
color: #45973D;
}
.AnyTagClassName
{
color: #45973D;
}
</style>
background-color css
<style>
a { background-color: #45973D; }
a { background-color: rgb(69,151,61); }
div.DivClassName
{
background-color: #45973D;
}
.BgClassName
{
background-color: #45973D;
}
</style>
border-color css
<style>
span { border-color: #45973D; }
span { border-color: rgb(69,151,61); }
td.TdClassName
{
border-color: #45973D;
}
.TagClassName
{
border-color: #45973D;
}
</style>