Html Css Color HEX #446C64 Dark Green Copper

📋 copy color: '#446C64'

red 68 ◦ green 108 ◦ blue 100

#446C64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green Copper #446C64

Tints of Dark Green Copper #446C64

RGB

 RED value IS 68 (26.95% from 255) = 24.64%

 GREEN value IS 108 (42.58% from 255) = 39.13%

 BLUE value IS 100 (39.45% from 255) = 36.23%

R = 24.64%
G = 39.13%
B = 36.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#446C64 (or 0x446C64) is known color: Dark Green Copper. HEX triplet: 44, 6C and 64. RGB value is (68,108,100). Sum of RGB (Red+Green+Blue) = 68+108+100=276 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.64% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 100 (39.45% from 255 or 36.23% from 276); Max value from RGB is 108 - color contains mainly: green. Hex color #446C64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446C64 is #BB939B. Grayscale: #5F5F5F. Windows color (decimal): -12293020 or 6581316. OLE color: 6581316.

HSL color Cylindrical-coordinate representation of color #446C64: hue angle of 168º 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 #446C64 is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 108 100 -
CMYK 0.37 0 0.07 0.58
HSL 168º 0.23% 0.35% -
HSV(B) 168º 0.37% 0.42% -
XYZ 10.05 12.87 14.01 -
YUV 95.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 68 108 100 0.37 0 0.07 0.58 168 0.23 0.35
Hex 44 6C 64 25 0 7 3A A8 17 23
Octal 104 154 144 45 0 7 72 250 27 43
Binary 1000100 1101100 1100100 100101 0 111 111010 10101000 10111 100011

Color Harmonies of #446C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446C64

Black with #446C64

Text Example


Text Example

White with #446C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #446C64;
 }
 .AnyTagClassName
 {
   color: #446C64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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