#446D62

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

Shades of Dark Green Copper #446D62

Tints of Dark Green Copper #446D62

Color information

#446D62 (or 0x446D62) is unknown color: approx Dark Green Copper. HEX triplet: 44, 6D and 62. RGB value is (68,109,98). Sum of RGB (Red+Green+Blue) = 68+109+98=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 109 - color contains mainly: green. Hex color #446D62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446D62 is #BB929D. Grayscale: #5F5F5F. Windows color (decimal): -12292766 or 6450500. OLE color: 6450500.

HSL color Cylindrical-coordinate representation of color #446D62: hue angle of 163.9º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #446D62 is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.57.

Color convert

RGB6810998-
CMYK0.3800.100.57
HSL163.9º23.16%34.71%-
HSV(B)163.9º37.61%42.75%-
XYZ10.0613.0513.54-
YUV95.49129.42108.39-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.73%
GREEN value IS 109 (42.97% from 255) = 39.64%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=24.73%
G=39.64%
B=35.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68109980.3800.100.57163.923.1634.71
Hex446D62260A39a41723
Octal10415514246012712442743
Binary100010011011011100010100110010101110011010010010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #446D62; }

 p { color: rgb(68,109,98); }

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

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

 a { background-color: rgb(68,109,98); }

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

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

 span { border-color: rgb(68,109,98); }

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