#467066

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

Shades of Dark Green Copper #467066

Tints of Dark Green Copper #467066

Color information

#467066 (or 0x467066) is unknown color: approx Dark Green Copper. HEX triplet: 46, 70 and 66. RGB value is (70,112,102). Sum of RGB (Red+Green+Blue) = 70+112+102=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 112 - color contains mainly: green. Hex color #467066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467066 is #B98F99. Grayscale: #626262. Windows color (decimal): -12160922 or 6713414. OLE color: 6713414.

HSL color Cylindrical-coordinate representation of color #467066: hue angle of 165.71º 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 #467066 is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB70112102-
CMYK0.3800.090.56
HSL165.71º23.08%35.69%-
HSV(B)165.71º37.5%43.92%-
XYZ10.7213.8514.68-
YUV98.3130.09107.81-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 112 (44.14% from 255) = 39.44%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=24.65%
G=39.44%
B=35.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal701121020.3800.090.56165.7123.0835.69
Hex467066260938a61724
Octal10616014646011702462744
Binary100011011100001100110100110010011110001010011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467066; }

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

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

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

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

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

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

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

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