Html Css Color HEX #447C73 Dark Green Copper

📋 copy color: '#447C73'

red 68 ◦ green 124 ◦ blue 115

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

Shades of Dark Green Copper #447C73

Tints of Dark Green Copper #447C73

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.39%

 BLUE value IS 115 (45.31% from 255) = 37.46%

R = 22.15%
G = 40.39%
B = 37.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#447C73 (or 0x447C73) is known color: Dark Green Copper. HEX triplet: 44, 7C and 73. RGB value is (68,124,115). Sum of RGB (Red+Green+Blue) = 68+124+115=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 124 - color contains mainly: green. Hex color #447C73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447C73 is #BB838C. Grayscale: #6A6A6A. Windows color (decimal): -12288909 or 7568452. OLE color: 7568452.

HSL color Cylindrical-coordinate representation of color #447C73: hue angle of 170.36º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #447C73 is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 124 115 -
CMYK 0.45 0 0.07 0.51
HSL 170.36º 0.29% 0.38% -
HSV(B) 170.36º 0.45% 0.49% -
XYZ 12.69 16.88 18.81 -
YUV 106.23 132.95 100.73 -
System Red Green Blue C M Y K H S L
Decimal 68 124 115 0.45 0 0.07 0.51 170.36 0.29 0.38
Hex 44 7C 73 2D 0 7 33 AA 1D 26
Octal 104 174 163 55 0 7 63 252 35 46
Binary 1000100 1111100 1110011 101101 0 111 110011 10101010 11101 100110

Color Harmonies of #447C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447C73

Black with #447C73

Text Example


Text Example

White with #447C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #447C73; }

 p { color: rgb(68,124,115); }

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

background-color css

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

 a { background-color: rgb(68,124,115); }

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

border-color css

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

 span { border-color: rgb(68,124,115); }

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