#446C62

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

Shades of Dark Green Copper #446C62

Tints of Dark Green Copper #446C62

Color information

#446C62 (or 0x446C62) is unknown color: approx Dark Green Copper. HEX triplet: 44, 6C and 62. RGB value is (68,108,98). Sum of RGB (Red+Green+Blue) = 68+108+98=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 108 - color contains mainly: green. Hex color #446C62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446C62 is #BB939D. Grayscale: #5E5E5E. Windows color (decimal): -12293022 or 6450244. OLE color: 6450244.

HSL color Cylindrical-coordinate representation of color #446C62: hue angle of 165º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #446C62 is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.

Color convert

RGB6810898-
CMYK0.3700.090.58
HSL165º22.73%34.51%-
HSV(B)165º37.04%42.35%-
XYZ9.9512.8413.51-
YUV94.9129.75108.81-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.82%
GREEN value IS 108 (42.58% from 255) = 39.42%
BLUE value IS 98 (38.67% from 255) = 35.77%
R=24.82%
G=39.42%
B=35.77%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68108980.3700.090.5816522.7334.51
Hex446C6225093Aa51723
Octal10415414245011722452743
Binary100010011011001100010100101010011110101010010110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #446C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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