#457264

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

Shades of Dark Green Copper #457264

Tints of Dark Green Copper #457264

Color information

#457264 (or 0x457264) is unknown color: approx Dark Green Copper. HEX triplet: 45, 72 and 64. RGB value is (69,114,100). Sum of RGB (Red+Green+Blue) = 69+114+100=283 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.38% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 114 - color contains mainly: green. Hex color #457264 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457264 is #BA8D9B. Grayscale: #626262. Windows color (decimal): -12225948 or 6582853. OLE color: 6582853.

HSL color Cylindrical-coordinate representation of color #457264: hue angle of 161.33º 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 #457264 is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB69114100-
CMYK0.3900.120.55
HSL161.33º24.59%35.88%-
HSV(B)161.33º39.47%44.71%-
XYZ10.7714.2214.23-
YUV98.95128.59106.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.38%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 100 (39.45% from 255) = 35.34%
R=24.38%
G=40.28%
B=35.34%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal691141000.3900.120.55161.3324.5935.88
Hex457264270C37a11924
Octal10516214447014672413144
Binary100010111100101100100100111011001101111010000111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457264; }

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

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

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

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

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

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

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

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