#437466

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

Shades of Dark Green Copper #437466

Tints of Dark Green Copper #437466

Color information

#437466 (or 0x437466) is unknown color: approx Dark Green Copper. HEX triplet: 43, 74 and 66. RGB value is (67,116,102). Sum of RGB (Red+Green+Blue) = 67+116+102=285 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.51% from 285); Green value is 116 (45.70% from 255 or 40.70% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 116 - color contains mainly: green. Hex color #437466 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437466 is #BC8B99. Grayscale: #636363. Windows color (decimal): -12356506 or 6714435. OLE color: 6714435.

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

Color convert

RGB67116102-
CMYK0.4200.120.55
HSL162.86º26.78%35.88%-
HSV(B)162.86º42.24%45.49%-
XYZ10.9614.6414.82-
YUV99.75129.27104.64-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.51%
GREEN value IS 116 (45.70% from 255) = 40.70%
BLUE value IS 102 (40.23% from 255) = 35.79%
R=23.51%
G=40.70%
B=35.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal671161020.4200.120.55162.8626.7835.88
Hex4374662A0C37a31b24
Octal10316414652014672433344
Binary100001111101001100110101010011001101111010001111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437466; }

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

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

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

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

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

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

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

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