Html Css Color HEX #44756B Dark Green Copper

📋 copy color: '#44756B'

red 68 ◦ green 117 ◦ blue 107

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

Shades of Dark Green Copper #44756B

Tints of Dark Green Copper #44756B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 36.64%

R = 23.29%
G = 40.07%
B = 36.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#44756B (or 0x44756B) is known color: Dark Green Copper. HEX triplet: 44, 75 and 6B. RGB value is (68,117,107). Sum of RGB (Red+Green+Blue) = 68+117+107=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 117 - color contains mainly: green. Hex color #44756B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44756B is #BB8A94. Grayscale: #656565. Windows color (decimal): -12290709 or 7042372. OLE color: 7042372.

HSL color Cylindrical-coordinate representation of color #44756B: hue angle of 167.76º 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 #44756B is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 68 117 107 -
CMYK 0.42 0 0.09 0.54
HSL 167.76º 0.26% 0.36% -
HSV(B) 167.76º 0.42% 0.46% -
XYZ 11.4 15.01 16.21 -
YUV 101.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 68 117 107 0.42 0 0.09 0.54 167.76 0.26 0.36
Hex 44 75 6B 2A 0 9 36 A8 1A 24
Octal 104 165 153 52 0 11 66 250 32 44
Binary 1000100 1110101 1101011 101010 0 1001 110110 10101000 11010 100100

Color Harmonies of #44756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44756B

Black with #44756B

Text Example


Text Example

White with #44756B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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