#457266

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

Shades of Dark Green Copper #457266

Tints of Dark Green Copper #457266

Color information

#457266 (or 0x457266) is unknown color: approx Dark Green Copper. HEX triplet: 45, 72 and 66. RGB value is (69,114,102). Sum of RGB (Red+Green+Blue) = 69+114+102=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 114 - color contains mainly: green. Hex color #457266 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457266 is #BA8D99. Grayscale: #636363. Windows color (decimal): -12225946 or 6713925. OLE color: 6713925.

HSL color Cylindrical-coordinate representation of color #457266: hue angle of 164º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #457266 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB69114102-
CMYK0.3900.110.55
HSL164º24.59%35.88%-
HSV(B)164º39.47%44.71%-
XYZ10.8714.2614.75-
YUV99.18129.59106.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.21%
GREEN value IS 114 (44.92% from 255) = 40%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=24.21%
G=40%
B=35.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691141020.3900.110.5516424.5935.88
Hex457266270B37a41924
Octal10516214647013672443144
Binary100010111100101100110100111010111101111010010011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457266; }

 p { color: rgb(69,114,102); }

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

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

 a { background-color: rgb(69,114,102); }

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

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

 span { border-color: rgb(69,114,102); }

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