#457068

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

Shades of Dark Green Copper #457068

Tints of Dark Green Copper #457068

Color information

#457068 (or 0x457068) is unknown color: approx Dark Green Copper. HEX triplet: 45, 70 and 68. RGB value is (69,112,104). Sum of RGB (Red+Green+Blue) = 69+112+104=285 (37% of max value = 765). Red value is 69 (27.34% from 255 or 24.21% from 285); Green value is 112 (44.14% from 255 or 39.30% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 112 - color contains mainly: green. Hex color #457068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #457068 is #BA8F97. Grayscale: #626262. Windows color (decimal): -12226456 or 6844485. OLE color: 6844485.

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

Color convert

RGB69112104-
CMYK0.3800.070.56
HSL168.84º23.76%35.49%-
HSV(B)168.84º38.39%43.92%-
XYZ10.7513.8515.2-
YUV98.23131.25107.15-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 24.21%
GREEN value IS 112 (44.14% from 255) = 39.30%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=24.21%
G=39.30%
B=36.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal691121040.3800.070.56168.8423.7635.49
Hex457068260738a91823
Octal1051601504607702513043
Binary10001011110000110100010011001111110001010100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #457068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #457068; }

 p { color: rgb(69,112,104); }

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

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

 a { background-color: rgb(69,112,104); }

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

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

 span { border-color: rgb(69,112,104); }

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