#457166

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

Shades of Dark Green Copper #457166

Tints of Dark Green Copper #457166

Color information

#457166 (or 0x457166) is unknown color: approx Dark Green Copper. HEX triplet: 45, 71 and 66. RGB value is (69,113,102). Sum of RGB (Red+Green+Blue) = 69+113+102=284 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.30% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 113 - color contains mainly: green. Hex color #457166 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457166 is #BA8E99. Grayscale: #626262. Windows color (decimal): -12226202 or 6713669. OLE color: 6713669.

HSL color Cylindrical-coordinate representation of color #457166: hue angle of 165º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #457166 is Cyan = 0.39, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB69113102-
CMYK0.3900.100.56
HSL165º24.18%35.69%-
HSV(B)165º38.94%44.31%-
XYZ10.7614.0314.71-
YUV98.59129.92106.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.30%
GREEN value IS 113 (44.53% from 255) = 39.79%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=24.30%
G=39.79%
B=35.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal691131020.3900.100.5616524.1835.69
Hex457166270A38a51824
Octal10516114647012702453044
Binary100010111100011100110100111010101110001010010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457166; }

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

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

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

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

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

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

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

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