Html Css Color HEX #447C71 Dark Green Copper

📋 copy color: '#447C71'

red 68 ◦ green 124 ◦ blue 113

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

Shades of Dark Green Copper #447C71

Tints of Dark Green Copper #447C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.05%

R = 22.3%
G = 40.66%
B = 37.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#447C71 (or 0x447C71) is known color: Dark Green Copper. HEX triplet: 44, 7C and 71. RGB value is (68,124,113). Sum of RGB (Red+Green+Blue) = 68+124+113=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 113 (44.53% from 255 or 37.05% from 305); Max value from RGB is 124 - color contains mainly: green. Hex color #447C71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447C71 is #BB838E. Grayscale: #696969. Windows color (decimal): -12288911 or 7437380. OLE color: 7437380.

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

Color convert

RGB 68 124 113 -
CMYK 0.45 0 0.09 0.51
HSL 168.21º 0.29% 0.38% -
HSV(B) 168.21º 0.45% 0.49% -
XYZ 12.57 16.84 18.21 -
YUV 106 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 68 124 113 0.45 0 0.09 0.51 168.21 0.29 0.38
Hex 44 7C 71 2D 0 9 33 A8 1D 26
Octal 104 174 161 55 0 11 63 250 35 46
Binary 1000100 1111100 1110001 101101 0 1001 110011 10101000 11101 100110

Color Harmonies of #447C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447C71

Black with #447C71

Text Example


Text Example

White with #447C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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