Html Css Color HEX #44706D Dark Green Copper

📋 copy color: '#44706D'

red 68 ◦ green 112 ◦ blue 109

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

Shades of Dark Green Copper #44706D

Tints of Dark Green Copper #44706D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.75%

 BLUE value IS 109 (42.97% from 255) = 37.72%

R = 23.53%
G = 38.75%
B = 37.72%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#44706D (or 0x44706D) is known color: Dark Green Copper. HEX triplet: 44, 70 and 6D. RGB value is (68,112,109). Sum of RGB (Red+Green+Blue) = 68+112+109=289 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.53% from 289); Green value is 112 (44.14% from 255 or 38.75% from 289); Blue value is 109 (42.97% from 255 or 37.72% from 289); Max value from RGB is 112 - color contains mainly: green. Hex color #44706D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44706D is #BB8F92. Grayscale: #626262. Windows color (decimal): -12291987 or 7172164. OLE color: 7172164.

HSL color Cylindrical-coordinate representation of color #44706D: hue angle of 175.91º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #44706D is Cyan = 0.39, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 112 109 -
CMYK 0.39 0 0.03 0.56
HSL 175.91º 0.24% 0.35% -
HSV(B) 175.91º 0.39% 0.44% -
XYZ 10.94 13.92 16.58 -
YUV 98.5 133.92 106.24 -
System Red Green Blue C M Y K H S L
Decimal 68 112 109 0.39 0 0.03 0.56 175.91 0.24 0.35
Hex 44 70 6D 27 0 3 38 B0 18 23
Octal 104 160 155 47 0 3 70 260 30 43
Binary 1000100 1110000 1101101 100111 0 11 111000 10110000 11000 100011

Color Harmonies of #44706D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44706D

Black with #44706D

Text Example


Text Example

White with #44706D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44706D; }

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

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

background-color css

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

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

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

border-color css

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

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

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