Html Css Color HEX #446B63 Dark Green Copper

📋 copy color: '#446B63'

red 68 ◦ green 107 ◦ blue 99

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

Shades of Dark Green Copper #446B63

Tints of Dark Green Copper #446B63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 36.13%

R = 24.82%
G = 39.05%
B = 36.13%

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

#446B63 (or 0x446B63) is known color: Dark Green Copper. HEX triplet: 44, 6B and 63. RGB value is (68,107,99). Sum of RGB (Red+Green+Blue) = 68+107+99=274 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.82% from 274); Green value is 107 (42.19% from 255 or 39.05% from 274); Blue value is 99 (39.06% from 255 or 36.13% from 274); Max value from RGB is 107 - color contains mainly: green. Hex color #446B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446B63 is #BB949C. Grayscale: #5E5E5E. Windows color (decimal): -12293277 or 6515524. OLE color: 6515524.

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

Color convert

RGB 68 107 99 -
CMYK 0.36 0 0.07 0.58
HSL 167.69º 0.22% 0.34% -
HSV(B) 167.69º 0.36% 0.42% -
XYZ 9.89 12.65 13.72 -
YUV 94.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 68 107 99 0.36 0 0.07 0.58 167.69 0.22 0.34
Hex 44 6B 63 24 0 7 3A A8 16 22
Octal 104 153 143 44 0 7 72 250 26 42
Binary 1000100 1101011 1100011 100100 0 111 111010 10101000 10110 100010

Color Harmonies of #446B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446B63

Black with #446B63

Text Example


Text Example

White with #446B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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