#437068

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

Shades of Dark Green Copper #437068

Tints of Dark Green Copper #437068

Color information

#437068 (or 0x437068) is unknown color: approx Dark Green Copper. HEX triplet: 43, 70 and 68. RGB value is (67,112,104). Sum of RGB (Red+Green+Blue) = 67+112+104=283 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.67% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 112 - color contains mainly: green. Hex color #437068 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #437068 is #BC8F97. Grayscale: #616161. Windows color (decimal): -12357528 or 6844483. OLE color: 6844483.

HSL color Cylindrical-coordinate representation of color #437068: hue angle of 169.33º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #437068 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.56.

Color convert

RGB67112104-
CMYK0.4000.070.56
HSL169.33º25.14%35.1%-
HSV(B)169.33º40.18%43.92%-
XYZ10.6113.7815.2-
YUV97.63131.59106.15-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.67%
GREEN value IS 112 (44.14% from 255) = 39.58%
BLUE value IS 104 (41.02% from 255) = 36.75%
R=23.67%
G=39.58%
B=36.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal671121040.4000.070.56169.3325.1435.1
Hex437068280738a91923
Octal1031601505007702513143
Binary10000111110000110100010100001111110001010100111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #437068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #437068; }

 p { color: rgb(67,112,104); }

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

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

 a { background-color: rgb(67,112,104); }

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

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

 span { border-color: rgb(67,112,104); }

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