Html Css Color HEX #446966 Dark Green Copper

📋 copy color: '#446966'

red 68 ◦ green 105 ◦ blue 102

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

Shades of Dark Green Copper #446966

Tints of Dark Green Copper #446966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.09%

R = 24.73%
G = 38.18%
B = 37.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#446966 (or 0x446966) is known color: Dark Green Copper. HEX triplet: 44, 69 and 66. RGB value is (68,105,102). Sum of RGB (Red+Green+Blue) = 68+105+102=275 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.73% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 102 (40.23% from 255 or 37.09% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #446966 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446966 is #BB9699. Grayscale: #5D5D5D. Windows color (decimal): -12293786 or 6711620. OLE color: 6711620.

HSL color Cylindrical-coordinate representation of color #446966: hue angle of 175.14º 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 #446966 is Cyan = 0.35, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.59.

Color convert

RGB 68 105 102 -
CMYK 0.35 0 0.03 0.59
HSL 175.14º 0.21% 0.34% -
HSV(B) 175.14º 0.35% 0.41% -
XYZ 9.83 12.29 14.42 -
YUV 93.6 132.74 109.74 -
System Red Green Blue C M Y K H S L
Decimal 68 105 102 0.35 0 0.03 0.59 175.14 0.21 0.34
Hex 44 69 66 23 0 3 3B AF 15 22
Octal 104 151 146 43 0 3 73 257 25 42
Binary 1000100 1101001 1100110 100011 0 11 111011 10101111 10101 100010

Color Harmonies of #446966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446966

Black with #446966

Text Example


Text Example

White with #446966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446966; }

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

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

background-color css

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

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

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

border-color css

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

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

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