#467368

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

Shades of Dark Green Copper #467368

Tints of Dark Green Copper #467368

Color information

#467368 (or 0x467368) is unknown color: approx Dark Green Copper. HEX triplet: 46, 73 and 68. RGB value is (70,115,104). Sum of RGB (Red+Green+Blue) = 70+115+104=289 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.22% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #467368 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467368 is #B98C97. Grayscale: #646464. Windows color (decimal): -12160152 or 6845254. OLE color: 6845254.

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

Color convert

RGB70115104-
CMYK0.3900.100.55
HSL165.33º24.32%36.27%-
HSV(B)165.33º39.13%45.1%-
XYZ11.1614.5615.32-
YUV100.29130.09106.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.22%
GREEN value IS 115 (45.31% from 255) = 39.79%
BLUE value IS 104 (41.02% from 255) = 35.99%
R=24.22%
G=39.79%
B=35.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal701151040.3900.100.55165.3324.3236.27
Hex467368270A37a51824
Octal10616315047012672453044
Binary100011011100111101000100111010101101111010010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467368; }

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

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

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

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

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

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

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

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