Html Css Color HEX #447C76 Dark Green Copper

📋 copy color: '#447C76'

red 68 ◦ green 124 ◦ blue 118

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

Shades of Dark Green Copper #447C76

Tints of Dark Green Copper #447C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 38.06%

R = 21.94%
G = 40%
B = 38.06%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.51

RGB Variations

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

Color information

#447C76 (or 0x447C76) is known color: Dark Green Copper. HEX triplet: 44, 7C and 76. RGB value is (68,124,118). Sum of RGB (Red+Green+Blue) = 68+124+118=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 124 - color contains mainly: green. Hex color #447C76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447C76 is #BB8389. Grayscale: #6A6A6A. Windows color (decimal): -12288906 or 7765060. OLE color: 7765060.

HSL color Cylindrical-coordinate representation of color #447C76: hue angle of 173.57º 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 #447C76 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB 68 124 118 -
CMYK 0.45 0 0.05 0.51
HSL 173.57º 0.29% 0.38% -
HSV(B) 173.57º 0.45% 0.49% -
XYZ 12.86 16.95 19.73 -
YUV 106.57 134.45 100.49 -
System Red Green Blue C M Y K H S L
Decimal 68 124 118 0.45 0 0.05 0.51 173.57 0.29 0.38
Hex 44 7C 76 2D 0 5 33 AE 1D 26
Octal 104 174 166 55 0 5 63 256 35 46
Binary 1000100 1111100 1110110 101101 0 101 110011 10101110 11101 100110

Color Harmonies of #447C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447C76

Black with #447C76

Text Example


Text Example

White with #447C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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