#437265

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

Shades of Dark Green Copper #437265

Tints of Dark Green Copper #437265

Color information

#437265 (or 0x437265) is unknown color: approx Dark Green Copper. HEX triplet: 43, 72 and 65. RGB value is (67,114,101). Sum of RGB (Red+Green+Blue) = 67+114+101=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 101 (39.84% from 255 or 35.82% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #437265 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437265 is #BC8D9A. Grayscale: #626262. Windows color (decimal): -12357019 or 6648387. OLE color: 6648387.

HSL color Cylindrical-coordinate representation of color #437265: hue angle of 163.4º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #437265 is Cyan = 0.41, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB67114101-
CMYK0.4100.110.55
HSL163.4º25.97%35.49%-
HSV(B)163.4º41.23%44.71%-
XYZ10.6814.1714.48-
YUV98.46129.43105.56-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.76%
GREEN value IS 114 (44.92% from 255) = 40.43%
BLUE value IS 101 (39.84% from 255) = 35.82%
R=23.76%
G=40.43%
B=35.82%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal671141010.4100.110.55163.425.9735.49
Hex437265290B37a31a23
Octal10316214551013672433243
Binary100001111100101100101101001010111101111010001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437265; }

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

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

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

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

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

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

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

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