Shades of Fruit Salad #45923F
Tints of Fruit Salad #45923F
RGB
CMYK
RGB Variations
Color information
#45923F (or 0x45923F) is known color: Fruit Salad. HEX triplet: 45, 92 and 3F. RGB value is (69,146,63). Sum of RGB (Red+Green+Blue) = 69+146+63=278 (36% of max value = 765). Red value is 69 (27.34% from 255 or 24.82% from 278); Green value is 146 (57.42% from 255 or 52.52% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 146 - color contains mainly: green. Hex color #45923F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45923F is #BA6DC0. Grayscale: #717171. Windows color (decimal): -12217793 or 4166213. OLE color: 4166213.
HSL color Cylindrical-coordinate representation of color #45923F: hue angle of 115.66º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45923F is Cyan = 0.53, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 69 | 146 | 63 | - |
| CMYK | 0.53 | 0 | 0.57 | 0.43 |
| HSL | 115.66º | 0.4% | 0.41% | - |
| HSV(B) | 115.66º | 0.57% | 0.57% | - |
| XYZ | 13.63 | 22.18 | 8.27 | - |
| YUV | 113.52 | 99.49 | 96.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 146 | 63 | 0.53 | 0 | 0.57 | 0.43 | 115.66 | 0.4 | 0.41 |
| Hex | 45 | 92 | 3F | 35 | 0 | 39 | 2B | 74 | 28 | 29 |
| Octal | 105 | 222 | 77 | 65 | 0 | 71 | 53 | 164 | 50 | 51 |
| Binary | 1000101 | 10010010 | 111111 | 110101 | 0 | 111001 | 101011 | 1110100 | 101000 | 101001 |
Color Harmonies of #45923F
Complementary color
Monochromatic Colors of #45923F
Black with #45923F
Text Example
Text Example
White with #45923F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45923F; }
p { color: rgb(69,146,63); }
H1.HeaderClassName
{
color: #45923F;
}
.AnyTagClassName
{
color: #45923F;
}
</style>
background-color css
<style>
a { background-color: #45923F; }
a { background-color: rgb(69,146,63); }
div.DivClassName
{
background-color: #45923F;
}
.BgClassName
{
background-color: #45923F;
}
</style>
border-color css
<style>
span { border-color: #45923F; }
span { border-color: rgb(69,146,63); }
td.TdClassName
{
border-color: #45923F;
}
.TagClassName
{
border-color: #45923F;
}
</style>