Html Css Color HEX #446963 Dark Green Copper

📋 copy color: '#446963'

red 68 ◦ green 105 ◦ blue 99

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

Shades of Dark Green Copper #446963

Tints of Dark Green Copper #446963

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.6%

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

R = 25%
G = 38.6%
B = 36.4%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.59

RGB Variations

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

Color information

#446963 (or 0x446963) is known color: Dark Green Copper. HEX triplet: 44, 69 and 63. RGB value is (68,105,99). Sum of RGB (Red+Green+Blue) = 68+105+99=272 (36% of max value = 765). Red value is 68 (26.95% from 255 or 25% from 272); Green value is 105 (41.41% from 255 or 38.60% from 272); Blue value is 99 (39.06% from 255 or 36.40% from 272); Max value from RGB is 105 - color contains mainly: green. Hex color #446963 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446963 is #BB969C. Grayscale: #5D5D5D. Windows color (decimal): -12293789 or 6515012. OLE color: 6515012.

HSL color Cylindrical-coordinate representation of color #446963: hue angle of 170.27º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #446963 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 105 99 -
CMYK 0.35 0 0.06 0.59
HSL 170.27º 0.21% 0.34% -
HSV(B) 170.27º 0.35% 0.41% -
XYZ 9.69 12.23 13.65 -
YUV 93.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 68 105 99 0.35 0 0.06 0.59 170.27 0.21 0.34
Hex 44 69 63 23 0 6 3B AA 15 22
Octal 104 151 143 43 0 6 73 252 25 42
Binary 1000100 1101001 1100011 100011 0 110 111011 10101010 10101 100010

Color Harmonies of #446963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446963

Black with #446963

Text Example


Text Example

White with #446963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446963; }

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

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

background-color css

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

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

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

border-color css

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

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

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