Html Css Color HEX #446661 Dark Green Copper

📋 copy color: '#446661'

red 68 ◦ green 102 ◦ blue 97

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

Shades of Dark Green Copper #446661

Tints of Dark Green Copper #446661

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.2%

 BLUE value IS 97 (38.28% from 255) = 36.33%

R = 25.47%
G = 38.2%
B = 36.33%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.6

RGB Variations

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

Color information

#446661 (or 0x446661) is known color: Dark Green Copper. HEX triplet: 44, 66 and 61. RGB value is (68,102,97). Sum of RGB (Red+Green+Blue) = 68+102+97=267 (35% of max value = 765). Red value is 68 (26.95% from 255 or 25.47% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 102 - color contains mainly: green. Hex color #446661 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446661 is #BB999E. Grayscale: #5B5B5B. Windows color (decimal): -12294559 or 6383172. OLE color: 6383172.

HSL color Cylindrical-coordinate representation of color #446661: hue angle of 171.18º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #446661 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB 68 102 97 -
CMYK 0.33 0 0.05 0.6
HSL 171.18º 0.2% 0.33% -
HSV(B) 171.18º 0.33% 0.4% -
XYZ 9.29 11.59 13.06 -
YUV 91.26 131.24 111.41 -
System Red Green Blue C M Y K H S L
Decimal 68 102 97 0.33 0 0.05 0.6 171.18 0.2 0.33
Hex 44 66 61 21 0 5 3C AB 14 21
Octal 104 146 141 41 0 5 74 253 24 41
Binary 1000100 1100110 1100001 100001 0 101 111100 10101011 10100 100001

Color Harmonies of #446661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446661

Black with #446661

Text Example


Text Example

White with #446661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #446661; }

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

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

background-color css

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

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

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

border-color css

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

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

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