Html Css Color HEX #44756D Dark Green Copper

📋 copy color: '#44756D'

red 68 ◦ green 117 ◦ blue 109

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

Shades of Dark Green Copper #44756D

Tints of Dark Green Copper #44756D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.8%

 BLUE value IS 109 (42.97% from 255) = 37.07%

R = 23.13%
G = 39.8%
B = 37.07%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#44756D (or 0x44756D) is known color: Dark Green Copper. HEX triplet: 44, 75 and 6D. RGB value is (68,117,109). Sum of RGB (Red+Green+Blue) = 68+117+109=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 117 (46.09% from 255 or 39.80% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 117 - color contains mainly: green. Hex color #44756D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44756D is #BB8A92. Grayscale: #656565. Windows color (decimal): -12290707 or 7173444. OLE color: 7173444.

HSL color Cylindrical-coordinate representation of color #44756D: hue angle of 170.2º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #44756D is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 117 109 -
CMYK 0.42 0 0.07 0.54
HSL 170.2º 0.26% 0.36% -
HSV(B) 170.2º 0.42% 0.46% -
XYZ 11.51 15.06 16.77 -
YUV 101.44 132.27 104.15 -
System Red Green Blue C M Y K H S L
Decimal 68 117 109 0.42 0 0.07 0.54 170.2 0.26 0.36
Hex 44 75 6D 2A 0 7 36 AA 1A 24
Octal 104 165 155 52 0 7 66 252 32 44
Binary 1000100 1110101 1101101 101010 0 111 110110 10101010 11010 100100

Color Harmonies of #44756D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44756D

Black with #44756D

Text Example


Text Example

White with #44756D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44756D; }

 p { color: rgb(68,117,109); }

 H1.HeaderClassName
 {
   color: #44756D;
 }
 .AnyTagClassName
 {
   color: #44756D;
 }
</style>

background-color css

<style>
 a { background-color: #44756D; }

 a { background-color: rgb(68,117,109); }

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

border-color css

<style>
 span { border-color: #44756D; }

 span { border-color: rgb(68,117,109); }

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