Shades of Dark Green Copper #45736C
Tints of Dark Green Copper #45736C
RGB
CMYK
RGB Variations
Color information
#45736C (or 0x45736C) is known color: Dark Green Copper. HEX triplet: 45, 73 and 6C. RGB value is (69,115,108). Sum of RGB (Red+Green+Blue) = 69+115+108=292 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.63% from 292); Green value is 115 (45.31% from 255 or 39.38% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 115 - color contains mainly: green. Hex color #45736C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45736C is #BA8C93. Grayscale: #646464. Windows color (decimal): -12225684 or 7107397. OLE color: 7107397.
HSL color Cylindrical-coordinate representation of color #45736C: hue angle of 170.87º 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 #45736C is Cyan = 0.4, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 115 | 108 | - |
| CMYK | 0.4 | 0 | 0.06 | 0.55 |
| HSL | 170.87º | 0.25% | 0.36% | - |
| HSV(B) | 170.87º | 0.4% | 0.45% | - |
| XYZ | 11.29 | 14.61 | 16.41 | - |
| YUV | 100.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 115 | 108 | 0.4 | 0 | 0.06 | 0.55 | 170.87 | 0.25 | 0.36 |
| Hex | 45 | 73 | 6C | 28 | 0 | 6 | 37 | AB | 19 | 24 |
| Octal | 105 | 163 | 154 | 50 | 0 | 6 | 67 | 253 | 31 | 44 |
| Binary | 1000101 | 1110011 | 1101100 | 101000 | 0 | 110 | 110111 | 10101011 | 11001 | 100100 |
Color Harmonies of #45736C
Complementary color
Monochromatic Colors of #45736C
Black with #45736C
Text Example
Text Example
White with #45736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45736C; }
p { color: rgb(69,115,108); }
H1.HeaderClassName
{
color: #45736C;
}
.AnyTagClassName
{
color: #45736C;
}
</style>
background-color css
<style>
a { background-color: #45736C; }
a { background-color: rgb(69,115,108); }
div.DivClassName
{
background-color: #45736C;
}
.BgClassName
{
background-color: #45736C;
}
</style>
border-color css
<style>
span { border-color: #45736C; }
span { border-color: rgb(69,115,108); }
td.TdClassName
{
border-color: #45736C;
}
.TagClassName
{
border-color: #45736C;
}
</style>