Shades of Emerald #45C46C
Tints of Emerald #45C46C
RGB
CMYK
RGB Variations
Color information
#45C46C (or 0x45C46C) is known color: Emerald. HEX triplet: 45, C4 and 6C. RGB value is (69,196,108). Sum of RGB (Red+Green+Blue) = 69+196+108=373 (49% of max value = 765). Red value is 69 (27.34% from 255 or 18.50% from 373); Green value is 196 (76.95% from 255 or 52.55% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 196 - color contains mainly: green. Hex color #45C46C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45C46C is #BA3B93. Grayscale: #949494. Windows color (decimal): -12204948 or 7128133. OLE color: 7128133.
HSL color Cylindrical-coordinate representation of color #45C46C: hue angle of 138.43º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #45C46C is Cyan = 0.65, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 69 | 196 | 108 | - |
| CMYK | 0.65 | 0 | 0.45 | 0.23 |
| HSL | 138.43º | 0.52% | 0.52% | - |
| HSV(B) | 138.43º | 0.65% | 0.77% | - |
| XYZ | 24.9 | 41.83 | 20.95 | - |
| YUV | 148 | 105.42 | 71.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 196 | 108 | 0.65 | 0 | 0.45 | 0.23 | 138.43 | 0.52 | 0.52 |
| Hex | 45 | C4 | 6C | 41 | 0 | 2D | 17 | 8A | 34 | 34 |
| Octal | 105 | 304 | 154 | 101 | 0 | 55 | 27 | 212 | 64 | 64 |
| Binary | 1000101 | 11000100 | 1101100 | 1000001 | 0 | 101101 | 10111 | 10001010 | 110100 | 110100 |
Color Harmonies of #45C46C
Complementary color
Monochromatic Colors of #45C46C
Black with #45C46C
Text Example
Text Example
White with #45C46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45C46C; }
p { color: rgb(69,196,108); }
H1.HeaderClassName
{
color: #45C46C;
}
.AnyTagClassName
{
color: #45C46C;
}
</style>
background-color css
<style>
a { background-color: #45C46C; }
a { background-color: rgb(69,196,108); }
div.DivClassName
{
background-color: #45C46C;
}
.BgClassName
{
background-color: #45C46C;
}
</style>
border-color css
<style>
span { border-color: #45C46C; }
span { border-color: rgb(69,196,108); }
td.TdClassName
{
border-color: #45C46C;
}
.TagClassName
{
border-color: #45C46C;
}
</style>