Shades of Fruit Salad #459B3C
Tints of Fruit Salad #459B3C
RGB
CMYK
RGB Variations
Color information
#459B3C (or 0x459B3C) is known color: Fruit Salad. HEX triplet: 45, 9B and 3C. RGB value is (69,155,60). Sum of RGB (Red+Green+Blue) = 69+155+60=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 155 (60.94% from 255 or 54.58% from 284); Blue value is 60 (23.83% from 255 or 21.13% from 284); Max value from RGB is 155 - color contains mainly: green. Hex color #459B3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459B3C is #BA64C3. Grayscale: #767676. Windows color (decimal): -12215492 or 3971909. OLE color: 3971909.
HSL color Cylindrical-coordinate representation of color #459B3C: hue angle of 114.32º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #459B3C is Cyan = 0.55, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 69 | 155 | 60 | - |
| CMYK | 0.55 | 0 | 0.61 | 0.39 |
| HSL | 114.32º | 0.44% | 0.42% | - |
| HSV(B) | 114.32º | 0.61% | 0.61% | - |
| XYZ | 14.99 | 25.03 | 8.32 | - |
| YUV | 118.46 | 95.01 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 155 | 60 | 0.55 | 0 | 0.61 | 0.39 | 114.32 | 0.44 | 0.42 |
| Hex | 45 | 9B | 3C | 37 | 0 | 3D | 27 | 72 | 2C | 2A |
| Octal | 105 | 233 | 74 | 67 | 0 | 75 | 47 | 162 | 54 | 52 |
| Binary | 1000101 | 10011011 | 111100 | 110111 | 0 | 111101 | 100111 | 1110010 | 101100 | 101010 |
Color Harmonies of #459B3C
Complementary color
Monochromatic Colors of #459B3C
Black with #459B3C
Text Example
Text Example
White with #459B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #459B3C; }
p { color: rgb(69,155,60); }
H1.HeaderClassName
{
color: #459B3C;
}
.AnyTagClassName
{
color: #459B3C;
}
</style>
background-color css
<style>
a { background-color: #459B3C; }
a { background-color: rgb(69,155,60); }
div.DivClassName
{
background-color: #459B3C;
}
.BgClassName
{
background-color: #459B3C;
}
</style>
border-color css
<style>
span { border-color: #459B3C; }
span { border-color: rgb(69,155,60); }
td.TdClassName
{
border-color: #459B3C;
}
.TagClassName
{
border-color: #459B3C;
}
</style>