Html Css Color HEX #446B64 Dark Green Copper

📋 copy color: '#446B64'

red 68 ◦ green 107 ◦ blue 100

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

Shades of Dark Green Copper #446B64

Tints of Dark Green Copper #446B64

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.91%

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

R = 24.73%
G = 38.91%
B = 36.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0.58

RGB Variations

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

Color information

#446B64 (or 0x446B64) is known color: Dark Green Copper. HEX triplet: 44, 6B and 64. RGB value is (68,107,100). Sum of RGB (Red+Green+Blue) = 68+107+100=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 107 (42.19% from 255 or 38.91% from 275); Blue value is 100 (39.45% from 255 or 36.36% from 275); Max value from RGB is 107 - color contains mainly: green. Hex color #446B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446B64 is #BB949B. Grayscale: #5E5E5E. Windows color (decimal): -12293276 or 6581060. OLE color: 6581060.

HSL color Cylindrical-coordinate representation of color #446B64: hue angle of 169.23º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #446B64 is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 107 100 -
CMYK 0.36 0 0.07 0.58
HSL 169.23º 0.22% 0.34% -
HSV(B) 169.23º 0.36% 0.42% -
XYZ 9.94 12.66 13.98 -
YUV 94.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 68 107 100 0.36 0 0.07 0.58 169.23 0.22 0.34
Hex 44 6B 64 24 0 7 3A A9 16 22
Octal 104 153 144 44 0 7 72 251 26 42
Binary 1000100 1101011 1100100 100100 0 111 111010 10101001 10110 100010

Color Harmonies of #446B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B64

Black with #446B64

Text Example


Text Example

White with #446B64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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