Html Css Color HEX #447D76 Dark Green Copper

📋 copy color: '#447D76'

red 68 ◦ green 125 ◦ blue 118

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

Shades of Dark Green Copper #447D76

Tints of Dark Green Copper #447D76

RGB

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

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

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

R = 21.86%
G = 40.19%
B = 37.94%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#447D76 (or 0x447D76) is known color: Dark Green Copper. HEX triplet: 44, 7D and 76. RGB value is (68,125,118). Sum of RGB (Red+Green+Blue) = 68+125+118=311 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.86% from 311); Green value is 125 (49.22% from 255 or 40.19% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 125 - color contains mainly: green. Hex color #447D76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #447D76 is #BB8289. Grayscale: #6B6B6B. Windows color (decimal): -12288650 or 7765316. OLE color: 7765316.

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

Color convert

RGB 68 125 118 -
CMYK 0.46 0 0.06 0.51
HSL 172.63º 0.3% 0.38% -
HSV(B) 172.63º 0.46% 0.49% -
XYZ 12.99 17.2 19.78 -
YUV 107.16 134.12 100.07 -
System Red Green Blue C M Y K H S L
Decimal 68 125 118 0.46 0 0.06 0.51 172.63 0.3 0.38
Hex 44 7D 76 2E 0 6 33 AD 1E 26
Octal 104 175 166 56 0 6 63 255 36 46
Binary 1000100 1111101 1110110 101110 0 110 110011 10101101 11110 100110

Color Harmonies of #447D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #447D76

Black with #447D76

Text Example


Text Example

White with #447D76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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