Html Css Color HEX #446D65 Dark Green Copper

📋 copy color: '#446D65'

red 68 ◦ green 109 ◦ blue 101

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

Shades of Dark Green Copper #446D65

Tints of Dark Green Copper #446D65

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.21%

 BLUE value IS 101 (39.84% from 255) = 36.33%

R = 24.46%
G = 39.21%
B = 36.33%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.57

RGB Variations

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

Color information

#446D65 (or 0x446D65) is known color: Dark Green Copper. HEX triplet: 44, 6D and 65. RGB value is (68,109,101). Sum of RGB (Red+Green+Blue) = 68+109+101=278 (36% of max value = 765). Red value is 68 (26.95% from 255 or 24.46% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 109 - color contains mainly: green. Hex color #446D65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #446D65 is #BB929A. Grayscale: #5F5F5F. Windows color (decimal): -12292763 or 6647108. OLE color: 6647108.

HSL color Cylindrical-coordinate representation of color #446D65: hue angle of 168.29º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #446D65 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.

Color convert

RGB 68 109 101 -
CMYK 0.38 0 0.07 0.57
HSL 168.29º 0.23% 0.35% -
HSV(B) 168.29º 0.38% 0.43% -
XYZ 10.2 13.11 14.3 -
YUV 95.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 68 109 101 0.38 0 0.07 0.57 168.29 0.23 0.35
Hex 44 6D 65 26 0 7 39 A8 17 23
Octal 104 155 145 46 0 7 71 250 27 43
Binary 1000100 1101101 1100101 100110 0 111 111001 10101000 10111 100011

Color Harmonies of #446D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #446D65

Black with #446D65

Text Example


Text Example

White with #446D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,109,101); }

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

background-color css

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

 a { background-color: rgb(68,109,101); }

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

border-color css

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

 span { border-color: rgb(68,109,101); }

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