Shades of Dark Green Copper #457366
Tints of Dark Green Copper #457366
RGB
CMYK
RGB Variations
Color information
#457366 (or 0x457366) is known color: Dark Green Copper. HEX triplet: 45, 73 and 66. RGB value is (69,115,102). Sum of RGB (Red+Green+Blue) = 69+115+102=286 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.13% from 286); Green value is 115 (45.31% from 255 or 40.21% from 286); Blue value is 102 (40.23% from 255 or 35.66% from 286); Max value from RGB is 115 - color contains mainly: green. Hex color #457366 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457366 is #BA8C99. Grayscale: #636363. Windows color (decimal): -12225690 or 6714181. OLE color: 6714181.
HSL color Cylindrical-coordinate representation of color #457366: hue angle of 163.04º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #457366 is Cyan = 0.4, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 115 | 102 | - |
| CMYK | 0.4 | 0 | 0.11 | 0.55 |
| HSL | 163.04º | 0.25% | 0.36% | - |
| HSV(B) | 163.04º | 0.4% | 0.45% | - |
| XYZ | 10.98 | 14.49 | 14.79 | - |
| YUV | 99.76 | 129.26 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 102 | 0.4 | 0 | 0.11 | 0.55 | 163.04 | 0.25 | 0.36 |
| Hex | 45 | 73 | 66 | 28 | 0 | B | 37 | A3 | 19 | 24 |
| Octal | 105 | 163 | 146 | 50 | 0 | 13 | 67 | 243 | 31 | 44 |
| Binary | 1000101 | 1110011 | 1100110 | 101000 | 0 | 1011 | 110111 | 10100011 | 11001 | 100100 |
Color Harmonies of #457366
Complementary color
Monochromatic Colors of #457366
Black with #457366
Text Example
Text Example
White with #457366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #457366; }
p { color: rgb(69,115,102); }
H1.HeaderClassName
{
color: #457366;
}
.AnyTagClassName
{
color: #457366;
}
</style>
background-color css
<style>
a { background-color: #457366; }
a { background-color: rgb(69,115,102); }
div.DivClassName
{
background-color: #457366;
}
.BgClassName
{
background-color: #457366;
}
</style>
border-color css
<style>
span { border-color: #457366; }
span { border-color: rgb(69,115,102); }
td.TdClassName
{
border-color: #457366;
}
.TagClassName
{
border-color: #457366;
}
</style>