#456C69

Color #456C69 Dark Green Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green Copper #456C69

Tints of Dark Green Copper #456C69

Color information

#456C69 (or 0x456C69) is unknown color: approx Dark Green Copper. HEX triplet: 45, 6C and 69. RGB value is (69,108,105). Sum of RGB (Red+Green+Blue) = 69+108+105=282 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.47% from 282); Green value is 108 (42.58% from 255 or 38.30% from 282); Blue value is 105 (41.41% from 255 or 37.23% from 282); Max value from RGB is 108 - color contains mainly: green. Hex color #456C69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #456C69 is #BA9396. Grayscale: #5F5F5F. Windows color (decimal): -12227479 or 6908997. OLE color: 6908997.

HSL color Cylindrical-coordinate representation of color #456C69: hue angle of 175.38º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #456C69 is Cyan = 0.36, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB69108105-
CMYK0.3600.030.58
HSL175.38º22.03%34.71%-
HSV(B)175.38º36.11%42.35%-
XYZ10.3713.0115.33-
YUV96133.08108.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 69 (27.34% from 255) = 24.47%
GREEN value IS 108 (42.58% from 255) = 38.30%
BLUE value IS 105 (41.41% from 255) = 37.23%
R=24.47%
G=38.30%
B=37.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal691081050.3600.030.58175.3822.0334.71
Hex456C6924033Aaf1623
Octal1051541514403722572643
Binary1000101110110011010011001000111110101010111110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #456C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #456C69; }

 p { color: rgb(69,108,105); }

 H1.HeaderClassName
 {
   color: #456C69;
 }
 .AnyTagClassName
 {
   color: #456C69;
 }
</style>
background-color css

<style>
 a { background-color: #456C69; }

 a { background-color: rgb(69,108,105); }

 div.DivClassName
 {
   background-color: #456C69;
 }
 .BgClassName
 {
   background-color: #456C69;
 }
</style>
border-color css

<style>
 span { border-color: #456C69; }

 span { border-color: rgb(69,108,105); }

 td.TdClassName
 {
   border-color: #456C69;
 }
 .TagClassName
 {
   border-color: #456C69;
 }
</style>