Html Css Color HEX #447D74 Dark Green Copper

📋 copy color: '#447D74'

red 68 ◦ green 125 ◦ blue 116

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

Shades of Dark Green Copper #447D74

Tints of Dark Green Copper #447D74

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.45%

 BLUE value IS 116 (45.7% from 255) = 37.54%

R = 22.01%
G = 40.45%
B = 37.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.07

 K value IS 0.51

RGB Variations

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

Color information

#447D74 (or 0x447D74) is known color: Dark Green Copper. HEX triplet: 44, 7D and 74. RGB value is (68,125,116). Sum of RGB (Red+Green+Blue) = 68+125+116=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 116 (45.70% from 255 or 37.54% from 309); Max value from RGB is 125 - color contains mainly: green. Hex color #447D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447D74 is #BB828B. Grayscale: #6A6A6A. Windows color (decimal): -12288652 or 7634244. OLE color: 7634244.

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

Color convert

RGB 68 125 116 -
CMYK 0.46 0 0.07 0.51
HSL 170.53º 0.3% 0.38% -
HSV(B) 170.53º 0.46% 0.49% -
XYZ 12.87 17.16 19.16 -
YUV 106.93 133.12 100.23 -
System Red Green Blue C M Y K H S L
Decimal 68 125 116 0.46 0 0.07 0.51 170.53 0.3 0.38
Hex 44 7D 74 2E 0 7 33 AB 1E 26
Octal 104 175 164 56 0 7 63 253 36 46
Binary 1000100 1111101 1110100 101110 0 111 110011 10101011 11110 100110

Color Harmonies of #447D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447D74

Black with #447D74

Text Example


Text Example

White with #447D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,125,116); }

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

background-color css

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

 a { background-color: rgb(68,125,116); }

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

border-color css

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

 span { border-color: rgb(68,125,116); }

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