#437364

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

Shades of Dark Green Copper #437364

Tints of Dark Green Copper #437364

Color information

#437364 (or 0x437364) is unknown color: approx Dark Green Copper. HEX triplet: 43, 73 and 64. RGB value is (67,115,100). Sum of RGB (Red+Green+Blue) = 67+115+100=282 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.76% from 282); Green value is 115 (45.31% from 255 or 40.78% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 115 - color contains mainly: green. Hex color #437364 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437364 is #BC8C9B. Grayscale: #626262. Windows color (decimal): -12356764 or 6583107. OLE color: 6583107.

HSL color Cylindrical-coordinate representation of color #437364: hue angle of 161.25º degrees, saturation: 0.26, 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 #437364 is Cyan = 0.42, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB67115100-
CMYK0.4200.130.55
HSL161.25º26.37%35.69%-
HSV(B)161.25º41.74%45.1%-
XYZ10.7514.3714.26-
YUV98.94128.6105.22-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.76%
GREEN value IS 115 (45.31% from 255) = 40.78%
BLUE value IS 100 (39.45% from 255) = 35.46%
R=23.76%
G=40.78%
B=35.46%

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
Decimal671151000.4200.130.55161.2526.3735.69
Hex4373642A0D37a11a24
Octal10316314452015672413244
Binary100001111100111100100101010011011101111010000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437364; }

 p { color: rgb(67,115,100); }

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

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

 a { background-color: rgb(67,115,100); }

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

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

 span { border-color: rgb(67,115,100); }

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