#467768

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

Shades of Dark Green Copper #467768

Tints of Dark Green Copper #467768

Color information

#467768 (or 0x467768) is unknown color: approx Dark Green Copper. HEX triplet: 46, 77 and 68. RGB value is (70,119,104). Sum of RGB (Red+Green+Blue) = 70+119+104=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #467768 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467768 is #B98897. Grayscale: #666666. Windows color (decimal): -12159128 or 6846278. OLE color: 6846278.

HSL color Cylindrical-coordinate representation of color #467768: hue angle of 161.63º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #467768 is Cyan = 0.41, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB70119104-
CMYK0.4100.130.53
HSL161.63º25.93%37.06%-
HSV(B)161.63º41.18%46.67%-
XYZ11.6215.515.48-
YUV102.64128.77104.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.89%
GREEN value IS 119 (46.88% from 255) = 40.61%
BLUE value IS 104 (41.02% from 255) = 35.49%
R=23.89%
G=40.61%
B=35.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal701191040.4100.130.53161.6325.9337.06
Hex467768290D35a21a25
Octal10616715051015652423245
Binary100011011101111101000101001011011101011010001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467768; }

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

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

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

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

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

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

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

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