Shades of Dark Green Copper #45746A
Tints of Dark Green Copper #45746A
RGB
CMYK
RGB Variations
Color information
#45746A (or 0x45746A) is known color: Dark Green Copper. HEX triplet: 45, 74 and 6A. RGB value is (69,116,106). Sum of RGB (Red+Green+Blue) = 69+116+106=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 116 (45.70% from 255 or 39.86% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 116 - color contains mainly: green. Hex color #45746A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #45746A is #BA8B95. Grayscale: #646464. Windows color (decimal): -12225430 or 6976581. OLE color: 6976581.
HSL color Cylindrical-coordinate representation of color #45746A: hue angle of 167.23º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #45746A is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 116 | 106 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.55 |
| HSL | 167.23º | 0.25% | 0.36% | - |
| HSV(B) | 167.23º | 0.41% | 0.45% | - |
| XYZ | 11.3 | 14.8 | 15.9 | - |
| YUV | 100.81 | 130.93 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 116 | 106 | 0.41 | 0 | 0.09 | 0.55 | 167.23 | 0.25 | 0.36 |
| Hex | 45 | 74 | 6A | 29 | 0 | 9 | 37 | A7 | 19 | 24 |
| Octal | 105 | 164 | 152 | 51 | 0 | 11 | 67 | 247 | 31 | 44 |
| Binary | 1000101 | 1110100 | 1101010 | 101001 | 0 | 1001 | 110111 | 10100111 | 11001 | 100100 |
Color Harmonies of #45746A
Complementary color
Monochromatic Colors of #45746A
Black with #45746A
Text Example
Text Example
White with #45746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45746A; }
p { color: rgb(69,116,106); }
H1.HeaderClassName
{
color: #45746A;
}
.AnyTagClassName
{
color: #45746A;
}
</style>
background-color css
<style>
a { background-color: #45746A; }
a { background-color: rgb(69,116,106); }
div.DivClassName
{
background-color: #45746A;
}
.BgClassName
{
background-color: #45746A;
}
</style>
border-color css
<style>
span { border-color: #45746A; }
span { border-color: rgb(69,116,106); }
td.TdClassName
{
border-color: #45746A;
}
.TagClassName
{
border-color: #45746A;
}
</style>