Html Css Color HEX #44746E Dark Green Copper

📋 copy color: '#44746E'

red 68 ◦ green 116 ◦ blue 110

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

Shades of Dark Green Copper #44746E

Tints of Dark Green Copper #44746E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.46%

 BLUE value IS 110 (43.36% from 255) = 37.41%

R = 23.13%
G = 39.46%
B = 37.41%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#44746E (or 0x44746E) is known color: Dark Green Copper. HEX triplet: 44, 74 and 6E. RGB value is (68,116,110). Sum of RGB (Red+Green+Blue) = 68+116+110=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 110 (43.36% from 255 or 37.41% from 294); Max value from RGB is 116 - color contains mainly: green. Hex color #44746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #44746E is #BB8B91. Grayscale: #646464. Windows color (decimal): -12290962 or 7238724. OLE color: 7238724.

HSL color Cylindrical-coordinate representation of color #44746E: hue angle of 172.5º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #44746E is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 68 116 110 -
CMYK 0.41 0 0.05 0.55
HSL 172.5º 0.26% 0.36% -
HSV(B) 172.5º 0.41% 0.45% -
XYZ 11.44 14.85 17.01 -
YUV 100.96 133.1 104.49 -
System Red Green Blue C M Y K H S L
Decimal 68 116 110 0.41 0 0.05 0.55 172.5 0.26 0.36
Hex 44 74 6E 29 0 5 37 AC 1A 24
Octal 104 164 156 51 0 5 67 254 32 44
Binary 1000100 1110100 1101110 101001 0 101 110111 10101100 11010 100100

Color Harmonies of #44746E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44746E

Black with #44746E

Text Example


Text Example

White with #44746E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44746E; }

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

 H1.HeaderClassName
 {
   color: #44746E;
 }
 .AnyTagClassName
 {
   color: #44746E;
 }
</style>

background-color css

<style>
 a { background-color: #44746E; }

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

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

border-color css

<style>
 span { border-color: #44746E; }

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

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