#437465

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

Shades of Dark Green Copper #437465

Tints of Dark Green Copper #437465

Color information

#437465 (or 0x437465) is unknown color: approx Dark Green Copper. HEX triplet: 43, 74 and 65. RGB value is (67,116,101). Sum of RGB (Red+Green+Blue) = 67+116+101=284 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.59% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 116 - color contains mainly: green. Hex color #437465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437465 is #BC8B9A. Grayscale: #636363. Windows color (decimal): -12356507 or 6648899. OLE color: 6648899.

HSL color Cylindrical-coordinate representation of color #437465: hue angle of 161.63º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #437465 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB67116101-
CMYK0.4200.130.55
HSL161.63º26.78%35.88%-
HSV(B)161.63º42.24%45.49%-
XYZ10.9114.6214.56-
YUV99.64128.77104.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.59%
GREEN value IS 116 (45.70% from 255) = 40.85%
BLUE value IS 101 (39.84% from 255) = 35.56%
R=23.59%
G=40.85%
B=35.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal671161010.4200.130.55161.6326.7835.88
Hex4374652A0D37a21b24
Octal10316414552015672423344
Binary100001111101001100101101010011011101111010001011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437465; }

 p { color: rgb(67,116,101); }

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

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

 a { background-color: rgb(67,116,101); }

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

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

 span { border-color: rgb(67,116,101); }

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