#467068

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

Shades of Dark Green Copper #467068

Tints of Dark Green Copper #467068

Color information

#467068 (or 0x467068) is unknown color: approx Dark Green Copper. HEX triplet: 46, 70 and 68. RGB value is (70,112,104). Sum of RGB (Red+Green+Blue) = 70+112+104=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 104 (41.02% from 255 or 36.36% from 286); Max value from RGB is 112 - color contains mainly: green. Hex color #467068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467068 is #B98F97. Grayscale: #626262. Windows color (decimal): -12160920 or 6844486. OLE color: 6844486.

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

Color convert

RGB70112104-
CMYK0.3800.070.56
HSL168.57º23.08%35.69%-
HSV(B)168.57º37.5%43.92%-
XYZ10.8213.8915.21-
YUV98.53131.09107.65-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.48%
GREEN value IS 112 (44.14% from 255) = 39.16%
BLUE value IS 104 (41.02% from 255) = 36.36%
R=24.48%
G=39.16%
B=36.36%

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
Decimal701121040.3800.070.56168.5723.0835.69
Hex467068260738a91724
Octal1061601504607702512744
Binary10001101110000110100010011001111110001010100110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467068; }

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

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

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

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

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

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

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

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